diff options
| author | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 15:08:17 +0000 |
|---|---|---|
| committer | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 15:08:17 +0000 |
| commit | 2033330a441ab99695c064faf6d55af3d2f7732d (patch) | |
| tree | ae8483790358b1a7e971b8676191a156fced72b1 /src/test/Makefile | |
| parent | 60e159ef702b60aeb4515f36ca23b8a73181d028 (diff) | |
| download | perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar.gz perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar.bz2 perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar.xz perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.zip | |
re-sync after the big svn loss
Diffstat (limited to 'src/test/Makefile')
| -rw-r--r-- | src/test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/Makefile b/src/test/Makefile new file mode 100644 index 0000000..abe816c --- /dev/null +++ b/src/test/Makefile @@ -0,0 +1,3 @@ + +test: + for i in *.t; do ./test_it $$i || exit 1; done |
