MCPcopy Create free account
hub / github.com/boostorg/build / ignore_config

Function ignore_config

v2/test/link.py:12–18  ·  view source on GitHub ↗

These files are created by the configuration logic in link.jam They may or may not exist, depending on the system.

(t)

Source from the content-addressed store, hash-verified

10import BoostBuild
11
12def ignore_config(t):
13 """These files are created by the configuration logic in link.jam
14 They may or may not exist, depending on the system."""
15 t.ignore("bin/test-hardlink")
16 t.ignore("bin/test-hardlink-source")
17 t.ignore("bin/test-symlink")
18 t.ignore("bin/test-symlink-source")
19
20def test_basic():
21 """Test creation of a single link"""

Callers 4

test_basicFunction · 0.85
test_merge_twoFunction · 0.85
test_merge_existingFunction · 0.85
test_merge_recursiveFunction · 0.85

Calls 1

ignoreMethod · 0.80

Tested by 4

test_basicFunction · 0.68
test_merge_twoFunction · 0.68
test_merge_existingFunction · 0.68
test_merge_recursiveFunction · 0.68