summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-02-10 08:57:19 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-02-10 09:03:36 +1000
commit5d8cdaf4b1552c12fe6626059b9af4a6da6491e9 (patch)
tree2e49a1fb45143c7cdbd69367ea2b72776b751500 /configure.ac
parente0069c154440305ece6def92a9813a9f8004b2fb (diff)
Drop the half-baked test suite
This suite was never really maintained anyway, and it is quite hard to do so anyway. The driver is linked to the server's API too tightly to easily do independent testing. We need to re-implement stubs for the API the driver uses, have to track API changes, etc. Not worth the effort. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3801e2f..77edbb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,7 +160,6 @@ AC_CONFIG_FILES([Makefile
tools/Makefile
conf/Makefile
include/Makefile
- test/Makefile
xorg-synaptics.pc])
AC_OUTPUT