2014-03-08 15:26:27 -08:00
|
|
|
#ifndef __tree_sitter_runtime_spec_helper_h__
|
|
|
|
|
#define __tree_sitter_runtime_spec_helper_h__
|
|
|
|
|
|
|
|
|
|
#include "bandit/bandit.h"
|
|
|
|
|
#include "tree_sitter/runtime.h"
|
2014-06-23 18:50:03 -07:00
|
|
|
#include "runtime/helpers/tree_helpers.h"
|
2014-03-08 15:26:27 -08:00
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
|
using namespace bandit;
|
|
|
|
|
|
|
|
|
|
#define START_TEST go_bandit([]() {
|
|
|
|
|
#define END_TEST });
|
|
|
|
|
|
|
|
|
|
#endif
|