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

noinst_SCRIPTS = unit
EXTRA_DIST = unit.pl
CLEANFILES = unit

unittests = mytap mysys

test: unit
	./unit run $(unittests)

unit: $(srcdir)/unit.pl
	cp $(srcdir)/unit.pl $@
	chmod 700 $@