Added test for LEF/DEF map file NAME substitute

This commit is contained in:
Matthias Koefferlein
2023-08-05 01:02:37 +02:00
parent 32fdb46649
commit 5b7e336b33
2 changed files with 23 additions and 0 deletions
@@ -540,6 +540,10 @@ TEST(111_mapfile)
options.set_map_file ("test.map");
run_test (_this, "mapfile", "read:in.def", "au.oas.gz", options, false);
options.set_map_file ("test-nonames.map");
run_test (_this, "mapfile", "read:in.def", "au.oas.gz", options, false);
}
TEST(112_via_properties)