diff options
author | Rob Austein <sra@hactrn.net> | 2007-07-10 05:32:01 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-07-10 05:32:01 +0000 |
commit | f576a65bc8cdc0bc1f972ed07b8e1130ff373931 (patch) | |
tree | b75288952e378b54a9d13247d8e91ff2481dced7 | |
parent | d4ffcf2555e843137ce77fcde37cf18e0119638f (diff) |
Test target
svn path=/pow/Makefile; revision=743
-rw-r--r-- | pow/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pow/Makefile b/pow/Makefile index 2cbf422d..96e37de3 100644 --- a/pow/Makefile +++ b/pow/Makefile @@ -23,3 +23,7 @@ clean: install: @echo Not attempting to install modified POW, if you want that, do it yourself + +test: all + cp -p POW-${VERSION}/test/test.py POW-${VERSION}/build/lib.*/. + cd POW-${VERSION}/build/lib.*/. && python test.py |