tree-sitter/spec/runtime/runtime_spec_helper.h
Max Brunsfeld 63cde3967c Add unit test for stack
- Also, fix bug where trees pushed onto the stack were not retained
2014-06-03 13:19:49 -07:00

14 lines
299 B
C++

#ifndef __tree_sitter_runtime_spec_helper_h__
#define __tree_sitter_runtime_spec_helper_h__
#include "bandit/bandit.h"
#include "tree_sitter/runtime.h"
#include "helpers/tree_helpers.h"
using namespace std;
using namespace bandit;
#define START_TEST go_bandit([]() {
#define END_TEST });
#endif