mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Test: Add math test suite to autotools.
This commit is contained in:
parent
e64acb619a
commit
4e3a26e271
1 changed files with 2 additions and 1 deletions
|
|
@ -152,7 +152,8 @@ testautomation$(EXE): $(srcdir)/testautomation.c \
|
|||
$(srcdir)/testautomation_syswm.c \
|
||||
$(srcdir)/testautomation_timer.c \
|
||||
$(srcdir)/testautomation_video.c \
|
||||
$(srcdir)/testautomation_hints.c
|
||||
$(srcdir)/testautomation_hints.c \
|
||||
$(srcdir)/testautomation_math.c
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
|
||||
|
||||
testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c $(srcdir)/testutils.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue