Index: pyyaml/trunk/Makefile
===================================================================
--- pyyaml/trunk/Makefile	(revision 322)
+++ pyyaml/trunk/Makefile	(revision 330)
@@ -25,8 +25,8 @@
 
 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:
