summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-21 13:15:17 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-21 13:15:17 +0100
commit85fcdf9f97ace5e12e95e36274fbf8b480c821d5 (patch)
tree0756de5d3f7d9bbfeb69a947d48b07f66df95cc4 /Makefile.am
parentd352528aab969de5fece17f294dcf160af5ca651 (diff)
Textbox_test does not run on travis. test-x depends on textbox_test
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 25be50df..bdfff8e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -228,11 +228,10 @@ helper_test_LDADD=\
TESTS=\
rofi_test\
- helper_test\
- textbox_test
+ helper_test
.PHONY: test-x
-test-x: $(bin_PROGRAMS)
+test-x: $(bin_PROGRAMS) textbox_test
echo "Test 1"
$(top_srcdir)/test/run_test.sh 123 $(top_builddir)/textbox_test $(top_builddir)
echo "Test 2"