Index: src/tests/test.py
===================================================================
--- src/tests/test.py	(revision 65197c2ce4425076f94848e4be37218f1bcc0626)
+++ src/tests/test.py	(revision a85e44ca0d727552c92260ad4f8c970bc430c099)
@@ -42,5 +42,5 @@
 	if includes:
 		test_list = [x for x in test_list if
-			x.path.startswith( tuple(includes) )
+			x.target().startswith( tuple(includes) )
 		]
 
@@ -48,5 +48,5 @@
 	if excludes:
 		test_list = [x for x in test_list if not
-			x.path.startswith( tuple(excludes) )
+			x.target().startswith( tuple(excludes) )
 		]
 
