the errmsg.sys file is now copied during test building

This commit is contained in:
Markus Makela 2014-08-22 20:50:54 +03:00
parent 73707cc9da
commit 662b4b00ee
2 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ cleantests:
- $(DEL) ib*
buildtests: $(OBJS)
cp $(ERRMSG)/errmsg.sys .
$(CC) $(CFLAGS) $(LDFLAGS) $(EMBFLAGS) $(LIBS) canonizer.c -o $(TESTAPP)
runtests: