This should improve the time it takes to run the test suite a bit. Right now there are only a handful of headers in the modulemap because we're missing a lot of includes in the tests. New headers should be added there from the start, and we should fill up the modulemap over time until it contains all the test support headers.
11 lines
289 B
Plaintext
11 lines
289 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 type_algorithms { header "type_algorithms.h" }
|
|
}
|