Another test committed recently was missing an include. This reverts commit ab88d9af5371ef62a636fc780c88cf6d3487c584.
12 lines
351 B
Plaintext
12 lines
351 B
Plaintext
|
|
module test_config {
|
|
module test_macros { textual header "test_macros.h" }
|
|
}
|
|
|
|
module test {
|
|
module double_move_tracker { header "double_move_tracker.h" }
|
|
module test_allocator { header "test_allocator.h" }
|
|
module test_iterators { header "test_iterators.h" }
|
|
module type_algorithms { header "type_algorithms.h" }
|
|
}
|