diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-04-14 19:31:08 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-04-14 19:31:08 -0400 |
commit | 5ad9610b49875b6d65c56600d5b98d1afc11a4bd (patch) | |
tree | e192184159adb0444d4c51ba5728cc852d9ec4a6 /test/Makefile.am | |
parent | 9b8066c9e3a8de098ab93d9cec0a814cc99e4d66 (diff) |
test: test only udev and libudev.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index f6d68c24b8..6d9c776243 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -10,9 +10,7 @@ AM_CPPFLAGS = \ noinst_PROGRAMS = \ test-libudev \ - test-udev \ - test-utf8 \ - test-device_nodes + test-udev test_libudev_SOURCES = \ test-libudev.c @@ -34,26 +32,6 @@ test_udev_LDADD = \ $(BLKID_LIBS) \ $(SELINUX_LIBS) -test_utf8_SOURCES = \ - test-utf8.c - -test_utf8_CFLAGS = \ - $(AM_CFLAGS) - -test_utf8_LDADD = \ - $(top_builddir)/src/shared/libudev_shared.la \ - $(top_builddir)/src/libudev/libudev-private.la - -test_device_nodes_SOURCES = \ - test-device-nodes.c - -test_device_nodes_CFLAGS = \ - $(AM_CFLAGS) - -test_device_nodes_LDADD = \ - $(top_builddir)/src/shared/libudev_shared.la \ - $(top_builddir)/src/libudev/libudev-private.la - if HAVE_KMOD test_udev_LDADD += \ $(KMOD_LIBS) |