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

Get PTR test working

This commit is contained in:
Ross Wilson
2016-10-21 18:48:21 +07:00
parent 50d48ad34f
commit e896312ac2
2 changed files with 4 additions and 3 deletions

View File

@@ -14,8 +14,9 @@ test_cpu: test_cpu.c $(DEVFILES) Makefile
vimlac: ${OFILES} Makefile
gcc -o vimlac ${CFLAGS} ${OFILES}
test_ptr: test_ptr.c ptrptp.c Makefile
gcc -o test_ptr ${CFLAGS} ptrptp.c test_ptr.c
test_ptr: test_ptr.c ptrptp.c error.c Makefile
gcc -o test_ptr ${CFLAGS} error.c ptrptp.c test_ptr.c
./test_ptr
test_plist: test_plist.c $(DEVFILES) Makefile
gcc -o test_plist ${CFLAGS} -lcunit $(DEVFILES) test_plist.c

View File

@@ -3,7 +3,7 @@
*/
#include "vimlac.h"
#include "ptr.h"
#include "ptrptp.h"
#define TIMEOUT 5000