summaryrefslogtreecommitdiff
path: root/unittest/Makefile.am
blob: 6cca1165cfe1cc4de4c9397b596a5e9097ed8f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS      = mytap . mysys examples

noinst_SCRIPTS = unit
EXTRA_DIST = unit.pl
CLEANFILES = unit

unittests = mytap mysys

test:
	perl unit.pl run $(unittests)

unit: $(srcdir)/unit.pl
	install $(srcdir)/unit.pl $@