diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-03-19 08:28:45 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-03-19 08:28:45 +0000 |
| commit | 9b5b78252d00b4868f89aecbcf5ee90cea3a52dd (patch) | |
| tree | ec33496ee22b0bae5e49f18bbfce30d4819970c6 | |
| parent | 00c850a92a90f5a02c55ebaf91339bd2d96e05bd (diff) | |
| download | lasso-9b5b78252d00b4868f89aecbcf5ee90cea3a52dd.tar.gz lasso-9b5b78252d00b4868f89aecbcf5ee90cea3a52dd.tar.xz lasso-9b5b78252d00b4868f89aecbcf5ee90cea3a52dd.zip | |
removed erroneously commited tests Makefile
| -rw-r--r-- | tests/Makefile.am | 5 |
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 |
