Commit b0d2b658 authored by unknown's avatar unknown

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''
parent 6d9323ad
......@@ -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.
......
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include -I$(top_builddir)/mytap
AM_LDFLAGS = -L$(srcdir)/..
AM_CFLAGS = -Wall -ansi -pedantic
LDADD = -lmytap
noinst_PROGRAMS = basic.t
basic_t_SOURCES = basic.t.c
all: $(noinst_PROGRAMS)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment