diff options
author | Ted Gould <ted@gould.cx> | 2012-01-14 10:30:22 +0100 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-14 10:30:22 +0100 |
commit | 7586398a88487db955504cce8d348a65f95d4c22 (patch) | |
tree | 5a1664db0211edc160e688c4b2e004570ad96131 /tests/Makefile.am | |
parent | b7c8a634f190e176b1d3b201ff08d861ba5e265b (diff) | |
download | libayatana-indicator-7586398a88487db955504cce8d348a65f95d4c22.tar.gz libayatana-indicator-7586398a88487db955504cce8d348a65f95d4c22.tar.bz2 libayatana-indicator-7586398a88487db955504cce8d348a65f95d4c22.zip |
Adding a test functioin for the entry func demmy indicator
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9d16748..13a34c4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -433,7 +433,7 @@ DISTCLEANFILES += service-manager-connect-nostart-tester XML_REPORT = loader-check-results.xml HTML_REPORT = loader-check-results.html -loader-tester: test-loader libdummy-indicator-null.la libdummy-indicator-simple.la Makefile +loader-tester: test-loader libdummy-indicator-null.la libdummy-indicator-simple.la libdummy-indicator-entry-func.la Makefile @echo "#!/bin/bash" > loader-tester @echo $(XVFB_RUN) >> $@ @echo gtester -k --verbose -o=$(XML_REPORT) ./test-loader >> loader-tester |