summaryrefslogtreecommitdiff
path: root/libcxx/test/support/module.modulemap
blob: 75ae8c4221ae0b7cfc77de57cf3faa0f49b25656 (plain)
1
2
3
4
5
6
7
8
9
10

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" }
}