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

EXTRA_DIST = unit.pl
CLEANFILES = unit

unittests = mytap mysys

test:
	perl unit.pl run $(unittests)

test-verbose:
	HARNESS_VERBOSE=1 perl unit.pl run $(unittests)