summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/test/prebuilt/jamfile.jam
blob: 992a689312127ee3c3e96ccaa8ec63456ef1b05b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2002, 2003 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)


project test
    : requirements <variant>release:<define>RELEASE
    ;

use-project /ext : ext ;

exe hello : hello.cpp /ext//a ;