decouple js tests from jasmine so that we can generate them in c

moved the c example inside of test file
added a make test
This commit is contained in:
Christopher Chedeau
2014-04-18 16:35:37 -07:00
parent 02d8f35b9a
commit 5f2a219394
6 changed files with 161 additions and 132 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
test:
@gcc src/__tests__/Layout-test.c src/Layout.c && ./a.out
@rm a.out