mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Test: Add math test suite to Watcom Makefile.
This commit is contained in:
parent
7389eba943
commit
d9ff6380ae
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ TASRCS = testautomation.c testautomation_audio.c testautomation_clipboard.c &
|
|||
testautomation_render.c testautomation_rwops.c &
|
||||
testautomation_sdltest.c testautomation_stdlib.c &
|
||||
testautomation_surface.c testautomation_syswm.c &
|
||||
testautomation_timer.c testautomation_video.c
|
||||
testautomation_timer.c testautomation_video.c &
|
||||
testautomation_math.c
|
||||
|
||||
OBJS = $(TARGETS:.exe=.obj)
|
||||
COBJS = $(CSRCS:.c=.obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue