tree-sitter/spec/runtime/runtime_spec_helper.h

15 lines
307 B
C
Raw Normal View History

#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"
using namespace std;
using namespace bandit;
#define START_TEST go_bandit([]() {
#define END_TEST });
#endif