File: Makefile.am

package info (click to toggle)
posh 0.5.4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,996 kB
  • ctags: 1,587
  • sloc: ansic: 14,683; xml: 1,482; sh: 1,097; perl: 943; makefile: 102
file content (10 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
EXTRA_DIST = brkcont.t heredoc.t quoting.t th unclass2.t Makefile.am \
             cdhist.t ifs.t read.t th-sh version.t README error.t expand.t \
	     lineno.t regress.t token.t arith.t glob.t parameters.t \
	     syntax.t unclass1.t utilities.t arithmetic.t # ttylovers.t

SHELL_TO_TEST = ../posh$(exe_suffix)
CATEGORIES_TO_TEST = sh,posix,pdksh,posh

check test:
	$(srcdir)/th-sh $(srcdir)/th -s $(srcdir) -p $(SHELL_TO_TEST) -C $(CATEGORIES_TO_TEST) $(TESTARGS)