Textbox_test does not run on travis. test-x depends on textbox_test

This commit is contained in:
Dave Davenport 2016-02-21 13:15:17 +01:00
parent d352528aab
commit 85fcdf9f97
1 changed files with 2 additions and 3 deletions

View File

@ -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"