Add testmouse

This commit is contained in:
Cameron Cawley
2021-09-09 21:33:35 +01:00
committed by Sam Lantinga
parent 10d3df44f1
commit 830206581b
6 changed files with 200 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ TARGETS = \
testlocale$(EXE) \
testlock$(EXE) \
testmessage$(EXE) \
testmouse$(EXE) \
testmultiaudio$(EXE) \
testnative$(EXE) \
testoverlay2$(EXE) \
@@ -326,6 +327,9 @@ testvulkan$(EXE): $(srcdir)/testvulkan.c
testlocale$(EXE): $(srcdir)/testlocale.c
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
testmouse$(EXE): $(srcdir)/testmouse.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
clean: