From 7fb7a8f210cb38830fe3185735256ab0f284305e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Jun 2002 17:28:25 -0700 Subject: client_test.c: new file 'C' Test case for all prototype changes - Assert based which covers all most all scenarios --- tests/Makefile.am | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index cdb623fa2a0..241caf74465 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,7 +24,20 @@ EXTRA_DIST = auto_increment.res auto_increment.tst \ insert_and_repair.pl \ grant.pl grant.res test_delayed_insert.pl \ pmail.pl mail_to_db.pl table_types.pl \ - udf_test udf_test.res + udf_test udf_test.res + +# +# C Test for 4.1 protocol +# +INCLUDES = -I$(srcdir)/../include $(openssl_includes) \ + -I../include -I$(srcdir)/.. -I$(top_srcdir) \ + -I.. +LIBS = @CLIENT_LIBS@ +LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql/libmysqlclient.la +noinst_PROGRAMS = client_test +client_test_LDADD= $(LDADD) $(CXXLDFLAGS) +client_test_SOURCES= client_test.c +client_test_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) # Don't update the files from bitkeeper %::SCCS/s.% -- cgit v1.2.1