diff options
Diffstat (limited to 'test/D/HSTeoh/ArLibIssue')
-rw-r--r-- | test/D/HSTeoh/ArLibIssue/SConstruct_template | 3 | ||||
-rw-r--r-- | test/D/HSTeoh/ArLibIssue/a.d | 0 | ||||
-rw-r--r-- | test/D/HSTeoh/ArLibIssue/b.d | 0 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/D/HSTeoh/ArLibIssue/SConstruct_template b/test/D/HSTeoh/ArLibIssue/SConstruct_template new file mode 100644 index 0000000..81f81f5 --- /dev/null +++ b/test/D/HSTeoh/ArLibIssue/SConstruct_template @@ -0,0 +1,3 @@ +env = Environment({}) + +env.StaticLibrary('mylib', ['a.d', 'b.d']) diff --git a/test/D/HSTeoh/ArLibIssue/a.d b/test/D/HSTeoh/ArLibIssue/a.d new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/D/HSTeoh/ArLibIssue/a.d diff --git a/test/D/HSTeoh/ArLibIssue/b.d b/test/D/HSTeoh/ArLibIssue/b.d new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/D/HSTeoh/ArLibIssue/b.d |