tree-sitter/spec/compiler/compiler_spec_helper.h
2014-04-22 23:38:26 -07:00

17 lines
403 B
C++

#ifndef __tree_sitter_compiler_spec_helper_h__
#define __tree_sitter_compiler_spec_helper_h__
#include "bandit/bandit.h"
#include "helpers/stream_methods.h"
#include "helpers/equals_pointer.h"
#include "helpers/rule_helpers.h"
#include "tree_sitter/compiler.h"
using namespace tree_sitter;
using namespace std;
using namespace bandit;
#define START_TEST go_bandit([]() {
#define END_TEST });
#endif