~ubuntu-branches/ubuntu/raring/frame/raring

« back to all changes in this revision

Viewing changes to test/gtest/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Francis Ginther
  • Date: 2012-07-27 10:36:59 UTC
  • Revision ID: package-import@ubuntu.com-20120727103659-lzgo2n21df0g4udi
Tags: upstream-2.2.4
ImportĀ upstreamĀ versionĀ 2.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/test/gtest/Makefile-xorg-gtest.am
 
2
 
 
3
check_LIBRARIES =
 
4
 
 
5
if HAVE_GTEST
 
6
  check_LIBRARIES += libgtest.a libgtest_main.a
 
7
endif
 
8
 
 
9
if ENABLE_INTEGRATION_TESTS
 
10
  check_LIBRARIES += libxorg-gtest.a libxorg-gtest_main.a
 
11
endif