summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-11-19 21:42:30 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-11-19 22:01:08 +1000
commit31d736334fadf9c69c01f86e1d1ca1f6540396ae (patch)
treed5b2421094b1fab0cd791aa112b3d61da1d57052 /test
parent637a52ae3ab1abed05a9fce8279c7a80aa1af47d (diff)
downloadxf86-input-wacom-31d736334fadf9c69c01f86e1d1ca1f6540396ae.tar.gz
test: always build the tests
They don't test much but it's still better to always build them so we don't have to chase down compilation errors after the fact. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index d16dca8..1d8378b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,12 +1,12 @@
if UNITTESTS
include ../src/common.mk
-check_PROGRAMS = wacom-tests
-check_LTLIBRARIES = libwacom-test.la
+noinst_PROGRAMS = wacom-tests
+noinst_LTLIBRARIES = libwacom-test.la
libwacom_test_la_SOURCES =$(DRIVER_SOURCES)
libwacom_test_la_CFLAGS = -DUNIT_TESTS -I$(top_srcdir)/src $(XORG_CFLAGS) $(CWARNFLAGS) -fvisibility=default
-TESTS=$(check_PROGRAMS)
+TESTS=$(noinst_PROGRAMS)
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS) $(UDEV_CFLAGS)