mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 14:24:27 +00:00
Add some debug info
This commit is contained in:
parent
67091fa1a7
commit
234bb088ef
1 changed files with 7 additions and 0 deletions
|
@ -156,12 +156,19 @@ test: ${bin_PROGRAMS}
|
|||
|
||||
.PHONY: test-x
|
||||
test-x: ${bin_PROGRAMS}
|
||||
echo "Test 1"
|
||||
$(top_srcdir)/test/run_test.sh 123 $(top_builddir)/textbox_test $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||
echo "Test 2"
|
||||
$(top_srcdir)/test/run_test.sh 200 $(top_srcdir)/test/run_errormsg_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||
echo "Test 3"
|
||||
$(top_srcdir)/test/run_test.sh 201 $(top_srcdir)/test/run_switchdialog_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||
echo "Test 4"
|
||||
$(top_srcdir)/test/run_test.sh 202 $(top_srcdir)/test/run_dmenu_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||
echo "Test 5"
|
||||
$(top_srcdir)/test/run_test.sh 203 $(top_srcdir)/test/run_dmenu_custom_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||
echo "Test 6"
|
||||
$(top_srcdir)/test/run_test.sh 204 $(top_srcdir)/test/run_run_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||
echo "Test 7"
|
||||
$(top_srcdir)/test/run_test.sh 205 $(top_srcdir)/test/run_script_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue