diff options
author | Ted Gould <ted@gould.cx> | 2010-07-09 21:21:22 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-09 21:21:22 -0500 |
commit | 3c43fed297b0804d6f2fd60dbcab68c3ed492047 (patch) | |
tree | 4aa12ef16ae2039ba9ad52f7c7feef5bdc7e3924 /tests | |
parent | 12c8596edf111ec4b087ce52f736e32f06638815 (diff) | |
download | libayatana-appindicator-3c43fed297b0804d6f2fd60dbcab68c3ed492047.tar.gz libayatana-appindicator-3c43fed297b0804d6f2fd60dbcab68c3ed492047.tar.bz2 libayatana-appindicator-3c43fed297b0804d6f2fd60dbcab68c3ed492047.zip |
Building up to a formal test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6ee3a02..35d557e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -115,6 +115,15 @@ test_approver_LDADD = \ $(INDICATOR_LIBS) \ $(top_builddir)/src/libappindicator.la +test-approver-tester: test-approver Makefile.am + @echo "#!/bin/bash" > $@ + @echo . $(srcdir)/run-xvfb.sh >> $@ + @echo $(DBUS_RUNNER) --task $(builddir)/test-approver --task-name Approver --task $(top_builddir)/src/indicator-application-service --task-name Service --ignore-return >> $@ + @chmod +x $@ + +TESTS += test-approver-tester + + ######################################### ## test-libappindicator-fallback ######################################### |