~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Mats Kindahl
  • Date: 2008-08-07 06:24:22 UTC
  • mfrom: (265 drizzle)
  • mto: (264.1.19 codestyle)
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: mats@mysql.com-20080807062422-20kyv6ssp4grfm0s
Manual merge of lp:drizzle into ~mkindahl/remove-mem-casts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
# Process this file with automake to create Makefile.in
17
17
 
18
 
SUBDIRS = . vio \
 
18
SUBDIRS = po . vio \
19
19
          mystrings \
20
20
          mysys \
21
 
          include \
22
21
          extra \
23
22
          libdrizzle \
24
23
          client \
32
31
               mysys/tests \
33
32
               mystrings/tests
34
33
 
 
34
EXTRA_DIST = config/config.rpath
35
35
DISTCLEANFILES = ac_available_languages_fragment
36
36
 
37
37
# Create empty datadir 
62
62
    test-ext-jp \
63
63
    test-ext-stress \
64
64
    test-ext \
65
 
    test-embedded \
66
65
    test-fast \
67
66
    test-fast-cursor \
68
67
    test-fast-view \
92
91
 
93
92
test-drizzle:
94
93
        cd tests ; \
95
 
          ./test-run.pl --fast --reorder --force \
96
 
          alter_table \
97
 
          join_crash \
98
 
          join_nested \
99
 
          join_outer_innodb \
100
 
          delete \
101
 
          join_outer \
102
 
          distinct \
103
 
          type_newdecimal \
104
 
          join \
105
 
          subselect \
106
 
          subselect3 \
107
 
          subselect_innodb \
108
 
          insert \
109
 
          select \
110
 
          update \
111
 
          information_schema \
112
 
          mysqlslap \
113
 
          lock \
114
 
          lock_tables_lost_commit
 
94
        $(MAKE) $(AM_MAKEFLAGS) test