diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-02 18:30:45 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-02 18:30:45 +0000 |
| commit | 570918821a8492048e6ab54955c9864bd6c3e952 (patch) | |
| tree | f9d0d3f3478c298aaf51987483bbbbefe8e6631b /test/Modules/Inputs/module.map | |
| parent | f0c55418e2b09eaab37c820d3756cc1b4584d084 (diff) | |
Notes
Diffstat (limited to 'test/Modules/Inputs/module.map')
| -rw-r--r-- | test/Modules/Inputs/module.map | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/module.map b/test/Modules/Inputs/module.map index b95eec351e86..7416d7008b85 100644 --- a/test/Modules/Inputs/module.map +++ b/test/Modules/Inputs/module.map @@ -261,6 +261,10 @@ module config { config_macros [exhaustive] WANT_FOO, WANT_BAR } +module diag_flags { + header "diag_flags.h" +} + module diag_pragma { header "diag_pragma.h" } |
