diff options
author | Ted Gould <ted@gould.cx> | 2010-01-12 16:45:09 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-12 16:45:09 -0600 |
commit | 7783a495fb275ce70757ea1d0fcec67e7855f2d9 (patch) | |
tree | 106d01febeedf0b57280688f364d796487380019 /tests | |
parent | 9a2102419fa43910995539a90981727838cc6c40 (diff) | |
download | ayatana-indicator-application-7783a495fb275ce70757ea1d0fcec67e7855f2d9.tar.gz ayatana-indicator-application-7783a495fb275ce70757ea1d0fcec67e7855f2d9.tar.bz2 ayatana-indicator-application-7783a495fb275ce70757ea1d0fcec67e7855f2d9.zip |
Adding the fallback test to the suite
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f543e92..c94ebdd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -93,6 +93,8 @@ test-libappindicator-fallback: test-libappindicator-fallback-watcher test-libapp @echo $(DBUS_RUNNER) --task ./test-libappindicator-fallback-watcher --task-name Watcher --ignore-return --task ./test-libappindicator-fallback-item --task-name Item >> $@ @chmod +x $@ +TESTS += test-libappindicator-fallback + ######################################### ## Actual tests ######################################### |