File: Makefile.am

package info (click to toggle)
tre 0.8.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,456 kB
  • ctags: 876
  • sloc: sh: 10,041; ansic: 9,887; makefile: 231; python: 44; sed: 16
file content (16 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

if !TRE_DEBUG
if TRE_AGREP
TESTS = run-tests.sh
endif TRE_AGREP
endif !TRE_DEBUG

TESTS_ENVIRONMENT = \
  top_builddir=$(top_builddir) \
  host_triplet=$(host_triplet)
EXTRA_DIST = run-tests.sh

dist-hook:
	cp -p $(srcdir)/*.args $(srcdir)/*.ok $(srcdir)/*.input $(distdir)

CLEANFILES = *.out