Add some basic tests for the library itself
[libautomation.git] / test / Makefile
blobf4079264dc8c9e168cb8e90c9831a61cf29a674f
1 CC ?= cc
3 tests: testlib
4 rm /dev/shm/libautomation_test
5 ./testlib
7 %: %.c
8 $(CC) $(CFLAGS) -o $@ $< -lautomation