mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 20:33:03 +00:00
Add the daemon test to test-x make target
This commit is contained in:
parent
7364e9abf9
commit
50ad99f550
1 changed files with 2 additions and 0 deletions
|
@ -188,6 +188,8 @@ test-x: ${bin_PROGRAMS}
|
|||
$(top_srcdir)/test/run_test.sh 209 $(top_srcdir)/test/run_dmenu_issue_292.sh $(top_builddir)
|
||||
echo "Test screenshot"
|
||||
$(top_srcdir)/test/run_test.sh 210 $(top_srcdir)/test/run_screenshot_test.sh $(top_builddir)
|
||||
echo "Test damon"
|
||||
$(top_srcdir)/test/run_test.sh 211 $(top_srcdir)/test/run_daemon_test.sh $(top_builddir)
|
||||
echo "End tests"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue