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/examples | |
parent | 317bc36fd991ddfab447917015af3a66105f9462 (diff) | |
download | mariadb-git-794dba439e6d4fe748e42457e9d5ab63807da81c.tar.gz |
mytap-changes.patch
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 |