Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions example/Jamfile

This file was deleted.

21 changes: 21 additions & 0 deletions example/Jamfile.v2
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Boost.Format Library example Jamfile
#
# Copyright (c) 2003 Samuel Krempp
#
# Distributed under the Boost Software License, Version 1.0. (See accompany-
# ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

project libs/format/example
: requirements
<library>/boost/test//boost_test_exec_monitor/<link>static
;

import testing ;

test-suite "format-examples"
: [ run sample_advanced.cpp ]
[ run sample_formats.cpp ]
[ run sample_new_features.cpp ]
[ run sample_userType.cpp ]
;

Loading