summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-03-18 20:58:34 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-03-18 20:58:34 +0000
commit5ef972b27e434990cb0c3b7e242a917ab0830b57 (patch)
treec1c8c7f8e83650f6a53b12632c890b43a3d692b4 /tests
parent612285913d660ef627e52fdd27e6517f8c39de39 (diff)
downloadlasso-5ef972b27e434990cb0c3b7e242a917ab0830b57.tar.gz
lasso-5ef972b27e434990cb0c3b7e242a917ab0830b57.tar.xz
lasso-5ef972b27e434990cb0c3b7e242a917ab0830b57.zip
don't compile id-wsf files when wsf is disabled; this cuts down build
time by a nice margin.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4cb1b628..e57a4d7c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,7 @@
if WITH_TESTS
TESTS = tests
-noinst_PROGRAMS = tests perfs
+noinst_PROGRAMS = tests perfs m2
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \
@@ -20,6 +20,9 @@ tests_LDADD = \
perfs_SOURCES = perfs.c
perfs_LDADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS)
+m2_SOURCES = m2.c
+m2_LDADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS)
+
endif
EXTRA_DIST = tests.c login_tests.c basic_tests.c random_tests.c