Skip to content

Commit 84aa8f6

Browse files
committed
build: Move test program into check_PROGRAMS
These are unit tests which should not end up installed on the system, and should not be built as part of «make all». These will be built as part of «make check» instead. Ideally they would also be executed as part of the test suite, but they currently depend on the host systems' sysfs.
1 parent a168e87 commit 84aa8f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bin_PROGRAMS = dlist_test get_device get_driver get_module testlibsysfs
1+
check_PROGRAMS = dlist_test get_device get_driver get_module testlibsysfs
22
BUILT_SOURCES = test.h
33
CLEANFILES = test.h
44
test.h: libsysfs.conf create-test

0 commit comments

Comments
 (0)