mirror of
https://github.com/lbonn/rofi
synced 2024-11-27 14:21:07 +00:00
Textbox_test does not run on travis. test-x depends on textbox_test
This commit is contained in:
parent
d352528aab
commit
85fcdf9f97
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue