From 2bd9141d4a080c5cf8490faca18579915ffe6117 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 13 Oct 2006 21:34:26 +0000 Subject: [PATCH] make numpy tests portable to Darwin with older docutils [SVN r35597] --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 78ac8d8d..34b31870 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -68,7 +68,7 @@ bpl-test crossmod_exception [ bpl-test minimal ] [ bpl-test args ] [ bpl-test raw_ctor ] -[ bpl-test numpy ] +[ bpl-test numpy : printer.py numeric_tests.py numarray_tests.py numpy.py numpy.cpp ] [ bpl-test enum ] [ bpl-test exception_translator ] [ bpl-test pearu1 : test_cltree.py cltree.cpp ]