~patrick-crews/randgen/bug961630

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Philip Stoev
  • Date: 2010-05-17 06:41:03 UTC
  • Revision ID: pstoev@mysql.com-20100517064103-bg9ixrdvh4ur0umy
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 ;