summaryrefslogtreecommitdiff
path: root/unittest/Makefile.am
blob: 7f1dd525d3bb7773a12abed48459825f4b75f1d8 (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 @mysql_se_unittest_dirs@  @mysql_pg_unittest_dirs@

test:
	perl unit.pl run $(unittests)

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