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:
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
#include "vimlac.h"
|
||||
#include "ptr.h"
|
||||
#include "ptrptp.h"
|
||||
|
||||
#define TIMEOUT 5000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user