mirror of
https://github.com/boostorg/utility.git
synced 2025-08-02 14:24:30 +02:00
Clean up Jamfile; fix for no koenig lookup.
[SVN r2154]
This commit is contained in:
15
test/Jamfile
15
test/Jamfile
@@ -6,18 +6,13 @@ subproject libs/utility/test ;
|
||||
import testing ;
|
||||
|
||||
{
|
||||
test-suite "utility"
|
||||
test-suite "lexicographic"
|
||||
: [ run lexicographic_test.cpp ]
|
||||
[ run lex_performance_test.cpp ]
|
||||
[ run named_params_test.cpp ]
|
||||
;
|
||||
|
||||
test-suite "named_params"
|
||||
: [ run named_params_test.cpp ]
|
||||
[ run named_params_sfinae.cpp ]
|
||||
[ run enable_if_constructors.cpp ]
|
||||
[ run enable_if_member_templates.cpp ]
|
||||
[ run enable_if_dummy_arg_disambiguation.cpp ]
|
||||
[ run enable_if_namespace_disambiguation.cpp ]
|
||||
[ run enable_if_lazy.cpp ]
|
||||
[ run enable_if_no_disambiguation.cpp ]
|
||||
[ run enable_if_lazy_test.cpp ]
|
||||
[ run enable_if_partial_specializations.cpp ]
|
||||
;
|
||||
}
|
||||
|
@@ -141,6 +141,7 @@ namespace test
|
||||
int main()
|
||||
{
|
||||
using test::f;
|
||||
using test::f_list;
|
||||
using test::name;
|
||||
using test::value;
|
||||
using test::index;
|
||||
|
Reference in New Issue
Block a user