TabFS/test/Makefile
Omar Rizwan 11cf48259a test: separate tests from background.js, clean up and document a bit
also makes the test more lenient (subset instead of equality for tab
entries)
2021-03-14 21:33:23 -07:00

7 lines
64 B
Makefile

run-test: test
node test.js
./test
test: test.c
cc -o $@ $^