~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: patrick crews
  • Date: 2011-02-23 17:17:25 UTC
  • mto: (2195.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2196.
  • Revision ID: gleebix@gmail.com-20110223171725-4tgewemxhsw1m7q8
Integrated randgen with dbqp.  We now have mode=randgen and a set of randgen test suites (very basic now).  Output = same as dtr : )  We also have mode=cleanup to kill any servers we have started.  Docs updates too.  Gendata utility allows us to populate test servers 

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                --reorder \
55
55
                --basedir=../${top_srcdir} \
56
56
                --testdir=../${top_srcdir}/tests \
57
 
                --workdir=../${top_srcdir}/tests/dbqp_work
 
57
                --workdir=../${top_srcdir}/tests/workdir
58
58
 
59
59
 
60
60
EXTRA_DIST += \
160
160
 
161
161
nukevar:
162
162
        rm -rf tests/var \
163
 
        rm -rf tests/dbqp_work \
 
163
        rm -rf tests/workdir \
164
164
        rm tests/dbqp_data/*
165
165
 
166
166