Skip to content

Commit

Permalink
Switch to /boost/test//included target for header only mode of Boost.…
Browse files Browse the repository at this point in the history
…Test.
  • Loading branch information
grafikrobot committed Jul 26, 2024
1 parent 9f1ec2a commit 18a0b60
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ UBLAS_TESTSET ?=
# Sparse matrices: USE_MAPPED_MATRIX USE_COMPRESSED_MATRIX USE_COORDINATE_MATRIX USE_MAPPED_VECTOR_OF_MAPPED_VECTOR USE_GENERALIZED_VECTOR_OF_VECTOR

UBLAS_TESTSET_SPARSE = [ modules.peek : UBLAS_TESTSET_SPARSE ] ;
UBLAS_TESTSET_SPARSE ?=
UBLAS_TESTSET_SPARSE ?=
USE_DOUBLE USE_STD_COMPLEX
# USE_RANGE USE_SLICE # Too complex for regression testing
USE_UNBOUNDED_ARRAY
USE_MAP_ARRAY USE_STD_MAP
USE_MAPPED_VECTOR USE_COMPRESSED_VECTOR
USE_MAPPED_MATRIX USE_COMPRESSED_MATRIX
USE_MAPPED_VECTOR USE_COMPRESSED_VECTOR
USE_MAPPED_MATRIX USE_COMPRESSED_MATRIX
;
# Generalize VofV still failing
# USE_GENERALIZED_VECTOR_OF_VECTOR

UBLAS_TESTSET_SPARSE_COO = [ modules.peek : UBLAS_TESTSET_SPARSE_COO ] ;
UBLAS_TESTSET_SPARSE_COO ?=
UBLAS_TESTSET_SPARSE_COO ?=
USE_DOUBLE USE_STD_COMPLEX
USE_UNBOUNDED_ARRAY
USE_COORDINATE_VECTOR
USE_COORDINATE_MATRIX
USE_COORDINATE_MATRIX
;


Expand Down Expand Up @@ -111,11 +111,11 @@ test-suite numeric/uBLAS
test33.cpp
: : :
<define>USE_FLOAT
<define>USE_DOUBLE
<define>USE_STD_COMPLEX
<define>USE_DOUBLE
<define>USE_STD_COMPLEX
<define>USE_STD_MAP
<define>USE_MAPPED_VECTOR_OF_MAPPED_VECTOR
: test3_mvov
<define>USE_MAPPED_VECTOR_OF_MAPPED_VECTOR
: test3_mvov
:
]
[ run test4.cpp
Expand Down Expand Up @@ -166,11 +166,11 @@ test-suite numeric/uBLAS
]
[ run triangular_layout.cpp
]
[ run comp_mat_erase.cpp /boost/test//boost_test
[ run comp_mat_erase.cpp /boost/test//included
: : :
<toolset>msvc:<asynch-exceptions>on
]
[ run sparse_view_test.cpp /boost/test//boost_test
[ run sparse_view_test.cpp /boost/test//included
: : :
<toolset>msvc:<asynch-exceptions>on
]
Expand Down Expand Up @@ -215,23 +215,23 @@ test-suite numeric/uBLAS
:
]
[ run test_inplace_solve.cpp /boost/math//boost_math
:
:
:
:
: <define>$(UBLAS_TESTSET)
: test_inplace_solve_basic
:
]
[ run test_inplace_solve.cpp /boost/math//boost_math
:
:
:
:
: <define>$(UBLAS_TESTSET_SPARSE)
<define>$(UBLAS_TESTSET_SPARSE_COO)
: test_inplace_solve_sparse
:
]
[ run test_inplace_solve.cpp /boost/math//boost_math
:
:
:
:
: <define>USE_MAPPED_VECTOR_OF_MAPPED_VECTOR
: test_inplace_solve_mvov
:
Expand Down

0 comments on commit 18a0b60

Please sign in to comment.