File: Makefile.am

package info (click to toggle)
fcml 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,536 kB
  • sloc: ansic: 57,510; cpp: 21,835; sh: 4,410; lex: 834; makefile: 508; yacc: 317
file content (9 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9

if CPP_WRAPPER
CPPDIR = cpp-tests
endif
if ENABLE_INTERNAL_TESTS
INTERNAL_TESTS_DIR = internal-tests
endif

SUBDIRS = stf $(INTERNAL_TESTS_DIR) public-tests $(CPPDIR)