Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added the automation test to the autoconf build system
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 23, 2012
1 parent cbcf04f commit fd87d24
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions test/Makefile.in
Expand Up @@ -11,6 +11,7 @@ TARGETS = \
checkkeys$(EXE) \
loopwave$(EXE) \
testaudioinfo$(EXE) \
testautomation$(EXE) \
testdraw2$(EXE) \
testerror$(EXE) \
testfile$(EXE) \
Expand Down Expand Up @@ -67,6 +68,14 @@ testresample$(EXE): $(srcdir)/testresample.c
testaudioinfo$(EXE): $(srcdir)/testaudioinfo.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)

testautomation$(EXE): $(srcdir)/testautomation.c \
$(srcdir)/testautomation_clipboard.c \
$(srcdir)/testautomation_platform.c \
$(srcdir)/testautomation_rect.c \
$(srcdir)/testautomation_render.c \
$(srcdir)/testautomation_rwops.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) -lSDL2_test

testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)

Expand Down
2 changes: 1 addition & 1 deletion test/testautomation.c
Expand Up @@ -17,7 +17,7 @@
#include "SDL.h"
#include "SDL_test.h"

#include "tests/testsuites.h"
#include "testautomation_suites.h"

static SDLTest_CommonState *state;

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fd87d24

Please sign in to comment.