From 20b68f2a2f32601b32f34c63100539717ce6eaee Mon Sep 17 00:00:00 2001 From: Ankit Daftery Date: Tue, 14 Jun 2011 03:36:59 +0000 Subject: [PATCH] Added build rule for shapes --- libs/python/numpy/test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/python/numpy/test/Jamfile b/libs/python/numpy/test/Jamfile index 6d6b0344..fdd66c4b 100644 --- a/libs/python/numpy/test/Jamfile +++ b/libs/python/numpy/test/Jamfile @@ -16,5 +16,6 @@ test-suite numpy [ numpy-test templates ] [ numpy-test ufunc ] + [ numpy-test shapes ] ;