summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7aaccff..da249e3 100644
--- a/Makefile
+++ b/Makefile
@@ -24,10 +24,10 @@ installext:
${PYTHON} setup.py --with-libyaml install ${PARAMETERS}
test: build
- ${PYTHON} tests/test_build.py ${TEST}
+ ${PYTHON} tests/lib/test_build.py ${TEST}
testext: buildext
- ${PYTHON} tests/test_build_ext.py ${TEST}
+ ${PYTHON} tests/lib/test_build_ext.py ${TEST}
testall:
${PYTHON} setup.py test