the errmsg.sys file is now copied during test building
This commit is contained in:
@ -51,6 +51,7 @@ cleantests:
|
|||||||
- $(DEL) ib*
|
- $(DEL) ib*
|
||||||
|
|
||||||
buildtests: $(OBJS)
|
buildtests: $(OBJS)
|
||||||
|
cp $(ERRMSG)/errmsg.sys .
|
||||||
$(CC) $(CFLAGS) $(LDFLAGS) $(EMBFLAGS) $(LIBS) canonizer.c -o $(TESTAPP)
|
$(CC) $(CFLAGS) $(LDFLAGS) $(EMBFLAGS) $(LIBS) canonizer.c -o $(TESTAPP)
|
||||||
|
|
||||||
runtests:
|
runtests:
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user