~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

Merge Monty's subunit-junit work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
        cd tests ; \
226
226
        $(MAKE) $(AM_MAKEFLAGS) test-drizzle
227
227
 
 
228
test-junitxml:
 
229
        cd tests ; \
 
230
        $(MAKE) $(AM_MAKEFLAGS) test-junitxml
 
231
 
228
232
test-big:
229
233
        cd tests ; \
230
234
        $(MAKE) $(AM_MAKEFLAGS) test-big
231
235
 
 
236
test-big-junitxml:
 
237
        cd tests ; \
 
238
        $(MAKE) $(AM_MAKEFLAGS) test-big-junitxml
 
239
 
232
240
doxygen:
233
241
        doxygen Doxyfile
234
242