diff options
author | Ted Gould <ted@gould.cx> | 2014-11-03 10:04:09 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-03 10:04:09 -0600 |
commit | fae005abedbc07a6346303b7f04374e5ccade707 (patch) | |
tree | 3ee7e83a6b9e15cb83c2058a929af32433b2a868 | |
parent | e9522b400fa9c32c03bf05c1e5d0df117edf1402 (diff) | |
download | ayatana-ido-fae005abedbc07a6346303b7f04374e5ccade707.tar.gz ayatana-ido-fae005abedbc07a6346303b7f04374e5ccade707.tar.bz2 ayatana-ido-fae005abedbc07a6346303b7f04374e5ccade707.zip |
Comment out xorg-gtest tests
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f45114e..f3c035b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,8 @@ VER=3 IDOLIB = $(top_builddir)/src/libido3-0.1.la -check_LIBRARIES = libgtest.a +# xorg-gtest isn't buildable https://bugs.launchpad.net/ubuntu/+source/xorg-gtest/+bug/1388892 +# check_LIBRARIES = libgtest.a check_PROGRAMS = TESTS = @@ -28,8 +29,9 @@ libgtest_a_CXXFLAGS = \ # Menuitem tests ############################# -TESTS += gtest-menuitems -check_PROGRAMS += gtest-menuitems +# xorg-gtest isn't buildable https://bugs.launchpad.net/ubuntu/+source/xorg-gtest/+bug/1388892 +# TESTS += gtest-menuitems +# check_PROGRAMS += gtest-menuitems gtest_menuitems_SOURCES = \ gtest-menuitems.cpp |