diff options
author | unknown <mats@mysql.com> | 2006-04-05 09:02:36 +0200 |
---|---|---|
committer | unknown <mats@mysql.com> | 2006-04-05 09:02:36 +0200 |
commit | b0d2b6588be8b5c1854b6e0311fcbd42f97b9c18 (patch) | |
tree | 345e3c85966566bb6898f4b7c1a0cb37671971e9 /Makefile.am | |
parent | 6d9323ade0b057fb6e80b6473531f54993d7ecf3 (diff) | |
download | mariadb-git-b0d2b6588be8b5c1854b6e0311fcbd42f97b9c18.tar.gz |
WL#3206 (Adding unit tests):
Added missing mytap/t/Makefile.am and minor fix to Makefile.am
Makefile.am:
Missing directories 'mytap' and 'unittest' in DIST_SUBDIRS.
mytap/t/Makefile.am:
New BitKeeper file ``mytap/t/Makefile.am''
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 38471d44f0f..df6845ec3b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ DIST_SUBDIRS = . include @docs_dirs@ zlib \ @man_dirs@ tests SSL\ BUILD netware os2 @libmysqld_dirs@\ @bench_dirs@ support-files server-tools tools \ - plugin + plugin mytap unittest # Run these targets before any others, also make part of clean target, # to make sure we create new links after a clean. |