~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to tags/mysql-proxy-0.6.0/tests/unit/Makefile.am

  • Committer: Kay Roepke
  • Author(s): Jan Kneschke
  • Date: 2008-01-23 22:00:28 UTC
  • Revision ID: kay@mysql.com-20080123220028-hq2xqb69apa75fnx
first round on mysql-shell based on the proxy code

this is mostly a verification if the proxy-code is flexible enough to handle 
all three scenarios of: client, server and forwarding (proxy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if USE_CHECK
 
2
TESTS=check_sql_tokenizer
 
3
check_PROGRAMS=check_sql_tokenizer
 
4
check_sql_tokenizer_SOURCES  = check_sql_tokenizer.c $(top_srcdir)/src/sql-tokenizer.l
 
5
check_sql_tokenizer_CPPFLAGS = @CHECK_CFLAGS@ -I$(top_srcdir)/src/ $(GLIB_CFLAGS)
 
6
check_sql_tokenizer_LDADD    = @CHECK_LIBS@ $(GLIB_LIBS)
 
7
else
 
8
EXTRA_DIST=check_sql_tokenizer.c
 
9
endif