Simplify the API tests.

Use fewer test suites with more tests in each one since there's so much
boilerplate for defining an API test.
This commit is contained in:
Bob Nystrom
2015-08-13 09:09:27 -07:00
parent 56d4d3e671
commit 7a79b8fac6
18 changed files with 72 additions and 103 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "wren.h"
WrenForeignMethodFn valueBindForeign(const char* signature);