aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-04 18:15:46 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-04 18:15:46 +0200
commit6ee454ecc225d186195206465254133473bfd749 (patch)
treed12cfbf8fe1cb90bd173ed66c3ad1f20c06eb913 /test/Makefile.am
parent7d4fcf06c92e71fa0abb1927ac21705ab88478c0 (diff)
downloadayatana-indicator-messages-6ee454ecc225d186195206465254133473bfd749.tar.gz
ayatana-indicator-messages-6ee454ecc225d186195206465254133473bfd749.tar.bz2
ayatana-indicator-messages-6ee454ecc225d186195206465254133473bfd749.zip
Remove dummy test case
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am16
1 files changed, 1 insertions, 15 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index f1ab408..6ceb1d4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,6 +1,6 @@
check_LIBRARIES = libgtest.a
-check_PROGRAMS = test-gtest test-gactionmuxer
+check_PROGRAMS = test-gactionmuxer
TESTS =
@@ -17,20 +17,6 @@ libgtest_a_CXXFLAGS = \
libgtest_a_CPPFLAGS = \
$(AM_CPPFLAGS)
-TESTS += test-gtest
-
-test_gtest_SOURCES = \
- test-gtest.cpp
-test_gtest_CPPFLAGS = \
- $(APPLET_CFLAGS) \
- $(AM_CPPFLAGS)
-test_gtest_LDFLAGS = -pthread
-test_gtest_LDADD = \
- $(APPLET_LIBS) \
- $(top_builddir)/src/.libs/libindicator-messages-status-provider.la \
- libgtest.a
-
-
TESTS += test-gactionmuxer
test_gactionmuxer_SOURCES = \