Add new test suite (mouse) with a few new tests
This commit is contained in:
parent
687ba034f6
commit
5220df817b
5 changed files with 337 additions and 1 deletions
|
@ -79,7 +79,8 @@ testautomation$(EXE): $(srcdir)/testautomation.c \
|
|||
$(srcdir)/testautomation_events.c \
|
||||
$(srcdir)/testautomation_keyboard.c \
|
||||
$(srcdir)/testautomation_video.c \
|
||||
$(srcdir)/testautomation_syswm.c
|
||||
$(srcdir)/testautomation_syswm.c \
|
||||
$(srcdir)/testautomation_mouse.c
|
||||
$(CC) -o $@ $^ $(CFLAGS) -lSDL2_test $(LIBS)
|
||||
|
||||
testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue