Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed obsolete test program. Ryan may resurrect it when the new mul…
…ti-mouse code is implemented.
- Loading branch information
Showing
with
1 addition
and
71 deletions.
-
+1
−4
test/Makefile.in
-
+0
−67
test/testmmousetablet.c
|
@@ -7,7 +7,7 @@ EXE = @EXE@ |
|
|
CFLAGS = @CFLAGS@ |
|
|
LIBS = @LIBS@ |
|
|
|
|
|
TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testalpha$(EXE) testatomic$(EXE) testaudioinfo$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcursor$(EXE) testdraw2$(EXE) testdyngles$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testfill$(EXE) testgamma$(EXE) testgl2$(EXE) testgles$(EXE) testgl$(EXE) testhaptic$(EXE) testhread$(EXE) testiconv$(EXE) testime$(EXE) testintersections$(EXE) testjoystick$(EXE) testkeys$(EXE) testloadso$(EXE) testlock$(EXE) testmmousetablet$(EXE) testmultiaudio$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testpower$(EXE) testresample$(EXE) testsem$(EXE) testsprite2$(EXE) testsprite$(EXE) testspriteminimal$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm2$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE) |
|
|
TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testalpha$(EXE) testatomic$(EXE) testaudioinfo$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcursor$(EXE) testdraw2$(EXE) testdyngles$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testfill$(EXE) testgamma$(EXE) testgl2$(EXE) testgles$(EXE) testgl$(EXE) testhaptic$(EXE) testhread$(EXE) testiconv$(EXE) testime$(EXE) testintersections$(EXE) testjoystick$(EXE) testkeys$(EXE) testloadso$(EXE) testlock$(EXE) testmultiaudio$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testpower$(EXE) testresample$(EXE) testsem$(EXE) testsprite2$(EXE) testsprite$(EXE) testspriteminimal$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm2$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE) |
|
|
|
|
|
all: Makefile $(TARGETS) |
|
|
|
|
@@ -149,9 +149,6 @@ testloadso$(EXE): $(srcdir)/testloadso.c |
|
|
testhaptic$(EXE): $(srcdir)/testhaptic.c |
|
|
$(CC) -o $@ $? $(CFLAGS) $(LIBS) |
|
|
|
|
|
testmmousetablet$(EXE): $(srcdir)/testmmousetablet.c |
|
|
$(CC) -o $@ $? $(CFLAGS) $(LIBS) |
|
|
|
|
|
testatomic$(EXE): $(srcdir)/testatomic.c |
|
|
$(CC) -o $@ $? $(CFLAGS) $(LIBS) |
|
|
|
|
|
Oops, something went wrong.