mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-21 08:30:06 +01:00
test: split tests into run-time and build-time tests
The build-time tests don't do anything, we don't need to run them. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
546efc783c
commit
2487950f65
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
||||||
if BUILD_TESTS
|
if BUILD_TESTS
|
||||||
noinst_PROGRAMS = test-libevdev test-compile-pedantic
|
run_tests = test-libevdev
|
||||||
|
build_tests = test-compile-pedantic
|
||||||
|
|
||||||
TESTS = $(noinst_PROGRAMS)
|
noinst_PROGRAMS = $(run_tests) $(build_tests)
|
||||||
|
|
||||||
|
TESTS = $(run_tests)
|
||||||
|
|
||||||
libevdev_sources = $(top_srcdir)/libevdev/libevdev.c \
|
libevdev_sources = $(top_srcdir)/libevdev/libevdev.c \
|
||||||
$(top_srcdir)/libevdev/libevdev.h \
|
$(top_srcdir)/libevdev/libevdev.h \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue