view dsss.conf @ 134:570a4917413a

Changed the test-program. Most important difference is that a single count is printed at the end now (easier to remember/compare). Also noticed that our tests give different results in debug and release mode, I will have to look into that.
author Anders Halager <halager@gmail.com>
date Wed, 09 Jul 2008 12:59:57 +0200
parents 192da4976daa
children 2be29b296081
line wrap: on
line source

[lexer]
[parser]
[ast]
[gen]


[dang/compiler.d]
Target = Dang
buildflags =  -llstdc++ \
 -llLLVMSystem -llLLVMSupport -llLLVMCore -llLLVMBitWriter -llLLVMBitReader -llLLVMAnalysis -llLLVMTarget \
 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \
 -llLLVMInstrumentation -llllvm-c-ext -lldl

[tests/run.d]
Target = tests/run