Rename spec -> test
'Test' is a lot more straightforward of a name.
This commit is contained in:
parent
7d8daf573e
commit
6dc0ff359d
109 changed files with 44 additions and 44 deletions
19
test/test_helper.h
Normal file
19
test/test_helper.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef TEST_HELPER_
|
||||
#define TEST_HELPER_
|
||||
|
||||
#include "bandit/bandit.h"
|
||||
#include "tree_sitter/compiler.h"
|
||||
#include "tree_sitter/runtime.h"
|
||||
|
||||
namespace tree_sitter {}
|
||||
|
||||
using namespace std;
|
||||
using namespace bandit;
|
||||
using namespace tree_sitter;
|
||||
|
||||
#define START_TEST go_bandit([]() {
|
||||
#define END_TEST });
|
||||
|
||||
#define TREE_SITTER_WRAP_MALLOC
|
||||
|
||||
#endif // TEST_HELPER_
|
||||
Loading…
Add table
Add a link
Reference in a new issue