~vlad-lesin/percona-server/mysql-5.0.33-original

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Vlad Lesin
  • Date: 2012-07-31 09:21:34 UTC
  • Revision ID: vladislav.lesin@percona.com-20120731092134-zfodx022b7992wsi
VirginĀ 5.0.33

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
 
2
#
 
3
# This library is free software; you can redistribute it and/or
 
4
# modify it under the terms of the GNU Library General Public
 
5
# License as published by the Free Software Foundation; either
 
6
# version 2 of the License, or (at your option) any later version.
 
7
#
 
8
# This library is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
11
# Library General Public License for more details.
 
12
#
 
13
# You should have received a copy of the GNU Library General Public
 
14
# License along with this library; if not, write to the Free
 
15
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 
16
# MA 02111-1307, USA
 
17
 
 
18
## Process this file with automake to create Makefile.in
 
19
 
 
20
EXTRA_DIST =            auto_increment.res auto_increment.tst \
 
21
                        function.res function.tst lock_test.pl lock_test.res \
 
22
                        export.pl big_record.pl \
 
23
                        fork2_test.pl fork_big.pl \
 
24
                        insert_and_repair.pl \
 
25
                        grant.pl grant.res test_delayed_insert.pl \
 
26
                        pmail.pl mail_to_db.pl table_types.pl \
 
27
                        udf_test udf_test.res myisam-big-rows.tst \
 
28
                        CMakeLists.txt
 
29
 
 
30
bin_PROGRAMS =          mysql_client_test
 
31
noinst_PROGRAMS =       insert_test select_test thread_test
 
32
 
 
33
INCLUDES =              -I$(top_builddir)/include -I$(top_srcdir)/include \
 
34
                        $(openssl_includes)
 
35
LIBS =                  @CLIENT_LIBS@
 
36
LDADD =                 @CLIENT_EXTRA_LDFLAGS@ \
 
37
                        $(top_builddir)/libmysql/libmysqlclient.la
 
38
 
 
39
mysql_client_test_LDADD= $(LDADD) $(CXXLDFLAGS)
 
40
mysql_client_test_SOURCES= mysql_client_test.c\
 
41
                        $(top_srcdir)/mysys/my_memmem.c
 
42
 
 
43
insert_test_SOURCES=       insert_test.c
 
44
select_test_SOURCES=       select_test.c
 
45
insert_test_DEPENDENCIES=       $(LIBRARIES) $(pkglib_LTLIBRARIES)
 
46
select_test_DEPENDENCIES=       $(LIBRARIES) $(pkglib_LTLIBRARIES)
 
47
 
 
48
# Fix for mit-threads
 
49
DEFS =                  -DUNDEF_THREADS_HACK
 
50
 
 
51
thread_test.o:          thread_test.c
 
52
                        $(COMPILE) -c $(INCLUDES) $<
 
53
 
 
54
# Don't update the files from bitkeeper
 
55
%::SCCS/s.%