diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/dlang/shared_library/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/dlang/shared_library/xmake.lua b/tests/projects/dlang/shared_library/xmake.lua index 9535bf1d3..6fd4a6c8f 100644 --- a/tests/projects/dlang/shared_library/xmake.lua +++ b/tests/projects/dlang/shared_library/xmake.lua @@ -4,6 +4,9 @@ target("interfaces") set_kind("shared") add_files("src/interfaces.d") add_includedirs("src", {public = true}) + add_rules("utils.symbols.export_list", {symbols = { + "add", + "sub"}}) target("test") set_kind("binary") |
