mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Move test with X stuff in test-x target.
This commit is contained in:
parent
ab0f53caf6
commit
94ae8d09e2
2 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@ before_install:
|
||||||
- sudo pip install cpp-coveralls
|
- sudo pip install cpp-coveralls
|
||||||
|
|
||||||
script:
|
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
|
# - make clean && autoreconf -i && ./configure --disable-i3support && make
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'
|
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'
|
||||||
|
|
|
@ -139,6 +139,9 @@ helper_test_SOURCES=\
|
||||||
test: ${bin_PROGRAMS}
|
test: ${bin_PROGRAMS}
|
||||||
./rofi_test
|
./rofi_test
|
||||||
./helper_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 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 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
|
$(top_srcdir)/test/run_test.sh 201 $(top_srcdir)/test/run_switchdialog_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||||
|
|
Loading…
Reference in a new issue