summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 18:48:09 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 18:48:09 +0100
commit0690f55f6ad45026f05e82dbbfbad2f9fd3a89ec (patch)
tree9075d1b660ee9c94e74114a881cde5439924eb49
parenta710e6862f15d6db8d5624e79f967b8a49ba5962 (diff)
downloadibus-baserock/morph.tar.gz
Delete unit test that breaks with --disable-ximbaserock/morph
I wish I had time for a better fix
-rw-r--r--bus/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index 7024b8fb..52ec01ac 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -113,7 +113,6 @@ if ENABLE_TESTS
TESTS = \
test-matchrule \
test-registry \
- test-stress \
$(NULL)
endif
@@ -144,22 +143,6 @@ test_matchrule_LDADD = \
$(AM_LDADD) \
$(NULL)
-test_stress_SOURCES = \
- test-client.c \
- test-client.h \
- test-stress.c \
- $(NULL)
-test_stress_CFLAGS = \
- $(AM_CFLAGS) \
- @GTK2_CFLAGS@ \
- @X11_CFLAGS@ \
- $(NULL)
-test_stress_LDADD = \
- $(AM_LDADD) \
- @GTK2_LIBS@ \
- @X11_LIBS@ \
- $(NULL)
-
EXTRA_DIST = \
$(desktop_in_files) \
marshalers.list \