diff --git a/test/extension/io/Jamfile b/test/extension/io/Jamfile index 3922b15fca..89ceb80061 100644 --- a/test/extension/io/Jamfile +++ b/test/extension/io/Jamfile @@ -26,7 +26,11 @@ project ; alias headers : [ generate_self_contained_headers extension/io ] ; +explicit headers ; +# The `simple` in names of targets, somewhat misleading, means two things: +# - minimal set of tests +# - set of tests that require third-party libraries which are de-facto ubiquitous alias simple : [ run all_formats_test.cpp : # args @@ -97,3 +101,5 @@ alias full : : [ ac.check-library /libtiff//libtiff : /libtiff//libtiff : no ] ] ; + +explicit full ;