We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da2e36 commit 6fe79b4Copy full SHA for 6fe79b4
test/wscript
@@ -16,9 +16,8 @@ def build(bld):
16
# projects.
17
sources = bld.path.find_dir('..').find_dir('src').ant_glob('**/*.d')
18
19
- # this bit depends on the linker having C++ capabilities (which most have),
20
- # namely because there are N (identical) definitions flying around and
21
- # the linker needs to scrap N-1 of them.
+ # this bit compiles each individual source file for the purpose of
+ # unit testing.
22
i = 0
23
for s in sources:
24
kosher_s = str(s).replace('.', '_')
0 commit comments