File: Makefile

package info (click to toggle)
libconvert-binary-c-perl 0.74-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 9,100 kB
  • ctags: 21,416
  • sloc: ansic: 63,666; perl: 18,582; yacc: 2,143; makefile: 44
file content (12 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
PERL=/usr/bin/perl

all: test

test: test_files
	$(PERL) -MTest::Harness -e'runtests(@ARGV)' t/*.t

clean:
	@rm -f t/*.t

test_files: clean
	$(PERL) t/maketests.pl