mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
Playing with test. adding xresources.
This commit is contained in:
parent
2e0d79d73e
commit
5d48004011
2 changed files with 11 additions and 7 deletions
|
@ -44,10 +44,10 @@ helper_test_SOURCES=\
|
||||||
test: ${bin_PROGRAMS}
|
test: ${bin_PROGRAMS}
|
||||||
./rofi_test
|
./rofi_test
|
||||||
./helper_test
|
./helper_test
|
||||||
$(top_srcdir)/test/run_test.sh 123 $(top_builddir)/test/textbox_test $(top_builddir)
|
$(top_srcdir)/test/run_test.sh 123 $(top_builddir)/test/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)/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)/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 202 $(top_srcdir)/test/run_dmenu_test.sh $(top_builddir)
|
$(top_srcdir)/test/run_test.sh 202 $(top_srcdir)/test/run_dmenu_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||||
$(top_srcdir)/test/run_test.sh 203 $(top_srcdir)/test/run_dmenu_custom_test.sh $(top_builddir)
|
$(top_srcdir)/test/run_test.sh 203 $(top_srcdir)/test/run_dmenu_custom_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||||
$(top_srcdir)/test/run_test.sh 204 $(top_srcdir)/test/run_run_test.sh $(top_builddir)
|
$(top_srcdir)/test/run_test.sh 204 $(top_srcdir)/test/run_run_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||||
$(top_srcdir)/test/run_test.sh 205 $(top_srcdir)/test/run_script_test.sh $(top_builddir)
|
$(top_srcdir)/test/run_test.sh 205 $(top_srcdir)/test/run_script_test.sh $(top_builddir) $(top_srcdir)/doc/example.xresources
|
||||||
|
|
|
@ -26,6 +26,10 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
create_fake_x "$1"
|
create_fake_x "$1"
|
||||||
|
if [ -n "$4" ]
|
||||||
|
then
|
||||||
|
xrdb -load "$4"
|
||||||
|
fi
|
||||||
echo "$DISPLAY"
|
echo "$DISPLAY"
|
||||||
$2
|
$2
|
||||||
RES=$?
|
RES=$?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue