Files
yoga/Makefile
Christopher Chedeau 5f2a219394 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
2014-04-18 16:35:37 -07:00

5 lines
76 B
Makefile

test:
@gcc src/__tests__/Layout-test.c src/Layout.c && ./a.out
@rm a.out