From 855faa5f4e2b12c6b0cbd318ba7b19c96edc6b35 Mon Sep 17 00:00:00 2001 From: Gunter Winkler Date: Thu, 4 Mar 2010 23:01:32 +0000 Subject: [PATCH] see #3968: added testcase to reproduce problem test/sparse_view_test.cpp: test case implementation test/Jamfile.v2: added target for test run --- test/Jamfile.v2 | 2 ++ test/sparse_view_test.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a1ac7dc9..48a5bad8 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -128,4 +128,6 @@ test-suite numeric/uBLAS ] [ run size.cpp ] + [ run test_coordinate_matrix_sort.cpp + ] ; diff --git a/test/sparse_view_test.cpp b/test/sparse_view_test.cpp index f869948d..f60d27db 100644 --- a/test/sparse_view_test.cpp +++ b/test/sparse_view_test.cpp @@ -13,6 +13,8 @@ #include #include +#include + // other boost headers // headers for testcase