11 lines · plain
1 2module test_config {3 module test_macros { textual header "test_macros.h" }4}5 6module test {7 module double_move_tracker { header "double_move_tracker.h" }8 module test_allocator { header "test_allocator.h" }9 module type_algorithms { header "type_algorithms.h" }10}11