diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-27 14:51:43 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-27 14:51:43 +0000 |
commit | 004f1b9239e18308486ed78dcc70ce85cdc08b74 (patch) | |
tree | 92b7333b3172016b852e2976d225977cc7ed7149 | |
parent | 0e06715f8fd95cabe9f9500176a451bd6a021007 (diff) |
-fix
-rw-r--r-- | src/ats/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index aff96a780..3ab0a2929 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -85,7 +85,7 @@ TESTING_TESTS = \ endif check_PROGRAMS = \ - $(TESTING_TESTS) + $(TESTING_TESTS) \ $(GN_MLP_TEST) $(GN_MLP_PERF) $(GN_MLP_TEST_UPDATE) # $(GN_MLP_TEST_AVG) |