File: Makefile.am

package info (click to toggle)
libnumbertext 1.0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,380 kB
  • sloc: python: 439; cpp: 395; java: 244; javascript: 108; makefile: 101; xml: 84; sh: 40
file content (14 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to create Makefile.in

TESTS =	\
es.test

AM_TESTS_ENVIRONMENT = export MODULES=$(top_srcdir)/data;

clean-local:
	-rm -rf testSubDir
        
EXTRA_DIST = $(TESTS) \
es.in \
es.out \
test.sh