diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-02-10 08:57:19 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-02-10 09:03:36 +1000 |
commit | 5d8cdaf4b1552c12fe6626059b9af4a6da6491e9 (patch) | |
tree | 2e49a1fb45143c7cdbd69367ea2b72776b751500 /configure.ac | |
parent | e0069c154440305ece6def92a9813a9f8004b2fb (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.ac | 1 |
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 |