diff options
author | unknown <mkindahl@production.mysql.com[mkindahl]> | 2006-08-25 13:53:16 +0200 |
---|---|---|
committer | unknown <mkindahl@production.mysql.com[mkindahl]> | 2006-08-25 13:53:16 +0200 |
commit | c975a2bc36e209bfd948d6e3ee2a3c4124afc75d (patch) | |
tree | 40f1768c74aae4d307ce161e2ecc33463c0a9f81 /unittest/examples/Makefile.am | |
parent | c7a320b8ecb05c9bc2c528efab859880ba09be22 (diff) | |
download | mariadb-git-c975a2bc36e209bfd948d6e3ee2a3c4124afc75d.tar.gz |
mytap-changes.patch
unittest/Makefile.am:
Import patch mytap-changes.patch
unittest/README.txt:
Import patch mytap-changes.patch
unittest/examples/Makefile.am:
Import patch mytap-changes.patch
unittest/mytap/tap.c:
Import patch mytap-changes.patch
unittest/mytap/tap.h:
Import patch mytap-changes.patch
Diffstat (limited to 'unittest/examples/Makefile.am')
-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 |