diff options
author | mkindahl@production.mysql.com <> | 2006-08-25 14:02:09 +0200 |
---|---|---|
committer | mkindahl@production.mysql.com <> | 2006-08-25 14:02:09 +0200 |
commit | c120c4c625cb4283fe710c7bd67f7ffd293a0f23 (patch) | |
tree | 5b60630c209f86df5011007b30c9e483589b50e0 /unittest/examples | |
parent | a6461a64e41423bd3c7bf46a3d12ddaf473fdcda (diff) | |
parent | 794dba439e6d4fe748e42457e9d5ab63807da81c (diff) | |
download | mariadb-git-c120c4c625cb4283fe710c7bd67f7ffd293a0f23.tar.gz |
Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl
into production.mysql.com:/usersnfs/mkindahl/mysql-5.1-clone
Diffstat (limited to 'unittest/examples')
-rw-r--r-- | unittest/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/examples/Makefile.am b/unittest/examples/Makefile.am index f3c70b654a1..8aefb351220 100644 --- a/unittest/examples/Makefile.am +++ b/unittest/examples/Makefile.am @@ -5,5 +5,5 @@ AM_LDFLAGS = -L$(top_builddir)/unittest/mytap LDADD = -lmytap -noinst_PROGRAMS = simple-t skip-t todo-t skip_all-t no_plan-t +noinst_PROGRAMS = simple-t skip-t todo-t skip_all-t no_plan-t core-t |