diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 47b3e84..483bb8c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,6 +25,13 @@ AM_CXXFLAGS = $(GTEST_CXXFLAGS) ### tests: indicator-power-device ### +dear-reader-please-note-the-next-test-takes-90-seconds: + @echo "#!/bin/bash" > $@ + @echo "exit 0" >> $@ + @chmod +x $@ +TESTS += dear-reader-please-note-the-next-test-takes-90-seconds +CLEANFILES += dear-reader-please-note-the-next-test-takes-90-seconds + TEST_LIBS = $(COVERAGE_LDFLAGS) libgtest.a -lpthread TEST_CPPFLAGS = $(SERVICE_DEPS_CFLAGS) $(AM_CPPFLAGS) |