X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=58578639848b11bbdab6792f407ee390bce1a4ea;hp=c6853e46eba4b98bfc22b8ecba679f57f4bc6371;hb=0d8c31ff7237149b505290652864b4e7e866b2a7;hpb=f0ea29eaeb3449822bfbdfa839b00e323dfc523e diff --git a/Makefile.am b/Makefile.am index c6853e46e..585786398 100644 --- a/Makefile.am +++ b/Makefile.am @@ -189,6 +189,7 @@ AM_CPPFLAGS = \ -DKEXEC=\"$(KEXEC)\" \ -DLIBDIR=\"$(libdir)\" \ -DROOTLIBDIR=\"$(rootlibdir)\" \ + -DTEST_DIR=\"$(abs_top_srcdir)/test\" \ -I $(top_srcdir)/src \ -I $(top_builddir)/src/shared \ -I $(top_srcdir)/src/shared \ @@ -1224,7 +1225,6 @@ CLEANFILES += \ # ------------------------------------------------------------------------------ manual_tests += \ - test-engine \ test-ns \ test-loopback \ test-hostname \ @@ -1242,6 +1242,7 @@ manual_tests += \ endif tests += \ + test-engine \ test-job-type \ test-env-replace \ test-strbuf \