mirror of
https://github.com/encounter/SDL.git
synced 2025-12-20 02:15:27 +00:00
test: replace some exit()s with returns.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user