mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
15 lines
227 B
Makefile
15 lines
227 B
Makefile
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 $@
|
|
|