These files are created by the configuration logic in link.jam They may or may not exist, depending on the system.
(t)
| 10 | import BoostBuild |
| 11 | |
| 12 | def 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 | |
| 20 | def test_basic(): |
| 21 | """Test creation of a single link""" |