File: Makefile.am

package info (click to toggle)
frame 2.5.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,540 kB
  • sloc: sh: 11,090; cpp: 3,815; ansic: 745; makefile: 288
file content (11 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
include $(top_srcdir)/test/gtest/Makefile-xorg-gtest.am

check_LIBRARIES =

if HAVE_GTEST
  check_LIBRARIES += libgtest.a libgtest_main.a
endif

if ENABLE_INTEGRATION_TESTS
  check_LIBRARIES += libxorg-gtest.a libxorg-gtest_main.a
endif