Commit b0d2b658 authored by unknown's avatar unknown
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.

mytap/t/Makefile.am

0 → 100644
+14 −0
Original line number Diff line number Diff line

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)