diff options
Diffstat (limited to 'lib/tests/Makefile.am')
-rw-r--r-- | lib/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index b03f48a..cd9234e 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am | |||
@@ -21,7 +21,7 @@ test_utils_LDADD = ../utils_base.o | |||
21 | test_disk_SOURCES = test_disk.c | 21 | test_disk_SOURCES = test_disk.c |
22 | test_disk_CFLAGS = -g -I.. | 22 | test_disk_CFLAGS = -g -I.. |
23 | test_disk_LDFLAGS = -L/usr/local/lib -ltap | 23 | test_disk_LDFLAGS = -L/usr/local/lib -ltap |
24 | test_disk_LDADD = ../utils_disk.o | 24 | test_disk_LDADD = ../utils_disk.o $(top_srcdir)/gl/libgnu.a |
25 | 25 | ||
26 | test: ${noinst_PROGRAMS} | 26 | test: ${noinst_PROGRAMS} |
27 | perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) | 27 | perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) |