diff options
author | mats@mysql.com <> | 2006-04-04 18:16:15 +0200 |
---|---|---|
committer | mats@mysql.com <> | 2006-04-04 18:16:15 +0200 |
commit | 02ffd18af6c393982262ce936bf44a814efb3605 (patch) | |
tree | dd8e8d7fdd3a93b877138eb5257cdc5f44ec3b13 /Makefile.am | |
parent | 53317ff998f1808605c1b3c1333536a1778b76a5 (diff) | |
download | mariadb-git-02ffd18af6c393982262ce936bf44a814efb3605.tar.gz |
WL#3206 (Add unit tests):
An implementation of the TAP framework for writing unit tests.
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 f2450dffb45..38471d44f0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \ @mysql_se_plugins@ \ netware @libmysqld_dirs@ \ @bench_dirs@ support-files @tools_dirs@ \ - plugin + plugin mytap unittest DIST_SUBDIRS = . include @docs_dirs@ zlib \ @readline_topdir@ sql-common \ |