comparison dsss.conf @ 68:3a737e06dc50

Unittests: fixes and changes. Plus some doc changes.
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 04 Jul 2008 18:49:16 +0100
parents f9f5e04f20b2
children 56c0ddd90193
comparison
equal deleted inserted replaced
67:108d123238c0 68:3a737e06dc50
14 [mde/mde.d] 14 [mde/mde.d]
15 target=bin/mde 15 target=bin/mde
16 16
17 [util/mtcp.d] 17 [util/mtcp.d]
18 target=bin/mtcp 18 target=bin/mtcp
19
20 [test/mdeTest.d]
21 buildflags=-debug -debug=mdeUnitTest -unittest
22 target=bin/mdeTest
23 noinstall
24 version (Posix) {
25 buildflags+=-L-ldl
26 }