This website requires JavaScript.
Explore
Help
Sign In
DaddyFrosty
/
yoga
Watch
1
Star
0
Fork
0
You've already forked yoga
Code
Issues
96
Pull Requests
31
Actions
Packages
Projects
Releases
33
Wiki
Activity
Files
e9550a6116d26ed66b0b19cc7328c7dac6f57eb7
yoga
/
Makefile
5 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
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
test
:
split test utils for c
2014-04-28 12:36:36 -07:00
@gcc src/__tests__/Layout-test.c src/Layout.c src/Layout-test-utils.c
&&
./a.out
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
@rm a.out
Reference in New Issue
Copy Permalink