diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-16 08:08:03 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-16 08:08:03 +0200 |
commit | 7d71222297b1b7ebe8ecae1e21a7c2612185ed39 (patch) | |
tree | 544959f9003fd6c1b6b1d710cfe7275cac2a5ed6 /plugingui | |
parent | 3ba41d0f74a62bed0adcb6ffc51b8f8a57210b73 (diff) |
Remove test framework. TODO: Replace it with a new one at some point...
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index e705b3b..aee2de6 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -51,14 +51,3 @@ EXTRA_DIST = \ verticalline.h \ widget.h \ window.h - -################ -# Test Section # -################ - -TEST_SOURCE_DEPS = ${EXTRA_DIST} -TEST_SCRIPT_DIR = $(top_srcdir)/tools - -include ${TEST_SCRIPT_DIR}/Makefile.am.test - -include Makefile.am.test |