~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile

add both types of test to the 'make test' Makefile target

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
test :
19
19
        find t -name '*.t' | xargs -n 1 perl ;
 
20
        perl unit/unit.pl unit/Suite.pm ;