test: replace some exit()s with returns.

This commit is contained in:
Ozkan Sezer
2019-09-10 10:03:20 +03:00
parent 791df27a30
commit 32bb8b4b40
6 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ $(TESTLIB): $(COBJS)
wlink SYS os2v2 libpath $(LIBPATH) lib {$(LIBS)} op q op el file {$<} name $@
.c.obj:
wcc386 $(CFLAGS) -wcd=107 -fo=$^@ $<
wcc386 $(CFLAGS) -fo=$^@ $<
# specials
testautomation.exe: $(TAOBJS)