diff options
-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 |