summaryrefslogtreecommitdiff
path: root/tools/build/v2/test/project-test1/standalone-project.jam
blob: 48249b561d2df1ad57fc5fcd6742ac2fb1428c5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2003 Vladimir Prus 
# Distributed under the Boost Software License, Version 1.0. 
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 


import project ;

# Convert ourself into a real project.
project.initialize $(__name__) ;

# Now we can identify ourselfs.
project /teeest ;