~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Brian Aker
  • Date: 2011-05-20 21:45:26 UTC
  • mto: This revision was merged to the branch mainline in revision 2314.
  • Revision ID: brian@tangent.org-20110520214526-gzh4wsppevztsk7g
Introduce a simple string like class (we have byte strings that we use where it is not safe to use std::string because of binary data and silent issues with c_str()).

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
test-drizzle: 
136
136
        ( $(MAKE) $(AM_MAKEFLAGS) && cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(NORMAL_TESTS))
137
137
 
 
138
gdb-drizzled: 
 
139
        ./libtool --mode=execute gdb ./drizzled/drizzled
 
140
 
138
141
test-valgrind: 
139
142
        ( $(MAKE) $(AM_MAKEFLAGS) && cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --valgrind --force --suite=$(NORMAL_TESTS) && python strip-valgrind)
140
143