File: Makefile

package info (click to toggle)
xspread 3.1.1c-9
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,836 kB
  • ctags: 1,426
  • sloc: ansic: 19,342; yacc: 499; lisp: 231; makefile: 198; sh: 28; sed: 4
file content (13 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
test:
	errors=0; \
	for i in copy intfunc irr read; \
	do \
		testme=`basename $${i} .input`; \
		prog=../xspread flags=-X ./tester.sh $${testme}; \
		[ $$? -ne 0 ] && errors=`expr $${errors} + 1`; \
	done; \
	echo "$${errors} errors"
	@echo

clean:
	rm *.output