Last change
on this file since 32 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
378 bytes
|
Line | |
---|
1 | #!/usr/bin/python |
---|
2 | |
---|
3 | # Copyright 2002 Vladimir Prus |
---|
4 | # Distributed under the Boost Software License, Version 1.0. |
---|
5 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) |
---|
6 | |
---|
7 | import BoostBuild |
---|
8 | |
---|
9 | t = BoostBuild.Tester() |
---|
10 | |
---|
11 | t.write("test.jam",""" |
---|
12 | actions unbuilt { } unbuilt all ; |
---|
13 | ECHO "Hi" ; |
---|
14 | """) |
---|
15 | |
---|
16 | t.run_build_system("-ftest.jam", stdout="Hi\n") |
---|
17 | t.pass_test() |
---|
Note: See
TracBrowser
for help on using the repository browser.