-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trivial updates to Testing documentation (#336)
* Documentation & comment updates. * test/test-config-example.jam (Comment): Changed 'test-system.jam' to 'test-config.jam' - Consistency with doco elsewhere & code in 'test/BoostBuild.py'. * test/test_system.html Updated instructions to reflect broken Python2 compatibility ( 9a96cba - "test_all.py", line 97: s = f"\r{s}" ) and spelling fixes. * Trivial syntax error in template. * test/template.py (main): Missing closing bracket.
- Loading branch information
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
t.write("hello.cpp", """ | ||
int main() {} | ||
""" | ||
""") | ||
|
||
# Run the build. | ||
t.run_build_system() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters