File: Makefile.am

package info (click to toggle)
grail 3.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,292 kB
  • sloc: sh: 11,416; cpp: 5,636; ansic: 1,587; makefile: 254
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
SUBDIRS = gtest regular

if HAVE_XINPUT
if ENABLE_INTEGRATION_TESTS
SUBDIRS += integration
endif
endif