mirror of https://github.com/encounter/SDL.git
Test: Add math test suite to autotools.
This commit is contained in:
parent
e64acb619a
commit
4e3a26e271
|
@ -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…
Reference in New Issue