diff options
author | mkindahl@production.mysql.com[mkindahl] <> | 2006-08-25 13:53:16 +0200 |
---|---|---|
committer | mkindahl@production.mysql.com[mkindahl] <> | 2006-08-25 13:53:16 +0200 |
commit | 794dba439e6d4fe748e42457e9d5ab63807da81c (patch) | |
tree | 40f1768c74aae4d307ce161e2ecc33463c0a9f81 /unittest/Makefile.am | |
parent | 317bc36fd991ddfab447917015af3a66105f9462 (diff) | |
download | mariadb-git-794dba439e6d4fe748e42457e9d5ab63807da81c.tar.gz |
mytap-changes.patch
Diffstat (limited to 'unittest/Makefile.am')
-rw-r--r-- | unittest/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/unittest/Makefile.am b/unittest/Makefile.am index ca3291efde0..6cca1165cfe 100644 --- a/unittest/Makefile.am +++ b/unittest/Makefile.am @@ -6,10 +6,9 @@ CLEANFILES = unit unittests = mytap mysys -test: unit - ./unit run $(unittests) +test: + perl unit.pl run $(unittests) unit: $(srcdir)/unit.pl - cp $(srcdir)/unit.pl $@ - chmod 700 $@ + install $(srcdir)/unit.pl $@ |