diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-12-06 11:53:54 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-12-06 11:53:54 +0100 |
commit | 07531d34eb3ebe29e968d6d75cfbe9a4257f851a (patch) | |
tree | 8598a12df20706b43a2235768a12c88afd4c185f /src | |
parent | cc52d150eb5b823e1a0f50b27a1611df982ac568 (diff) |
Disable old test framework.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 53f27fb..02c0fe0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,14 +45,3 @@ EXTRA_DIST = \ xml_encode_decode.h \ xmlparser.h \ ../hugin/hugin.h - -################ -# Test Section # -################ - -TEST_SOURCE_DEPS = ${muniad_SOURCES} ${EXTRA_DIST} -TEST_SCRIPT_DIR = $(top_srcdir)/tools - -include ${TEST_SCRIPT_DIR}/Makefile.am.test - -include Makefile.am.test |