summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e57a4d7c..4cb1b628 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,7 @@
if WITH_TESTS
TESTS = tests
-noinst_PROGRAMS = tests perfs m2
+noinst_PROGRAMS = tests perfs
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \
@@ -20,9 +20,6 @@ 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