1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Added cunit lib

This commit is contained in:
Ross Wilson
2015-10-23 10:22:24 +07:00
parent bee1b9e88e
commit 865c3e8d0d

View File

@@ -17,6 +17,10 @@ test_ptr: test_ptr.c ptr.c ptr.h Makefile
test_cpu: test_cpu.c $(DEVFILES) Makefile
gcc -o test_cpu ${CFLAGS} $(DEVFILES) test_cpu.c
test_plist: test_plist.c $(DEVFILES) Makefile
gcc -o test_plist ${CFLAGS} -lcunit $(DEVFILES) test_plist.c
./test_plist
test_memory: test_memory.c memory.c memory.h Makefile
gcc -o test_memory ${CFLAGS} memory.c test_memory.c