Move test with X stuff in test-x target.

This commit is contained in:
Dave Davenport 2015-03-03 22:11:17 +01:00
parent ab0f53caf6
commit 94ae8d09e2
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ before_install:
- sudo pip install cpp-coveralls
script:
- autoreconf -i && ./configure --enable-gcov && make && make test
- autoreconf -i && ./configure --enable-gcov && make && make test && make test-x
# - make clean && autoreconf -i && ./configure --disable-i3support && make
after_success:
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'

View File

@ -139,6 +139,9 @@ helper_test_SOURCES=\
test: ${bin_PROGRAMS}
./rofi_test
./helper_test
.PHONY: test-x
test-x: ${bin_PROGRAMS}
$(top_srcdir)/test/run_test.sh 123 $(top_builddir)/textbox_test $(top_builddir) $(top_srcdir)/doc/example.xresources
$(top_srcdir)/test/run_test.sh 200 $(top_srcdir)/test/run_errormsg_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
$(top_srcdir)/test/run_test.sh 201 $(top_srcdir)/test/run_switchdialog_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources