From 68400823db579779e0be99ea39a61b4171849b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Sat, 18 Jun 2016 11:36:20 +0200 Subject: [PATCH] Add missing .py suffix --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 9c803a9e..4ce16135 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -103,7 +103,7 @@ bpl-test crossmod_exception [ bpl-test args ] [ bpl-test raw_ctor ] [ bpl-test numpy : printer.py numeric_tests.py numarray_tests.py numpy.py numpy.cpp ] -[ bpl-test enum : test_enum enum_ext.cpp ] +[ bpl-test enum : test_enum.py enum_ext.cpp ] [ bpl-test exception_translator ] [ bpl-test pearu1 : test_cltree.py cltree.cpp ] [ bpl-test try : newtest.py m1.cpp m2.cpp ]