diff options
Diffstat (limited to '')
-rw-r--r-- | default.bld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.bld b/default.bld index 18a2d72..130c1a2 100644 --- a/default.bld +++ b/default.bld | |||
@@ -162,12 +162,12 @@ target files("src/tests/*.cpp").replace("src/","").replace(".cpp","") | |||
162 | 162 | ||
163 | // Some tests need extra libs and whatnot, that goes here. | 163 | // Some tests need extra libs and whatnot, that goes here. |
164 | 164 | ||
165 | target ["tests/bzip2", "tests/streamstack", "tests/enc"] | 165 | target ["tests/bzip2", "tests/streamstack"] |
166 | { | 166 | { |
167 | LDFLAGS += "-lbz2"; | 167 | LDFLAGS += "-lbz2"; |
168 | } | 168 | } |
169 | 169 | ||
170 | target ["tests/deflate"] | 170 | target ["tests/deflate", "tests/enc"] |
171 | { | 171 | { |
172 | LDFLAGS += "-lz"; | 172 | LDFLAGS += "-lz"; |
173 | } | 173 | } |