test: replace some exit()s with returns.
This commit is contained in:
parent
530f718027
commit
43d3bedb26
6 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue