diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2007-06-27 15:42:50 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-27 15:42:50 +0000 |
| commit | 5ec9a131e12d021c42b46b601f5e79502485bebb (patch) | |
| tree | 31d63d293a6c5bc6ea1d677474380ea48976add4 /build.conf | |
| parent | 01ecf54b07e75c17ca5f7039084daeefaea9a1c7 (diff) | |
| download | libbu++-5ec9a131e12d021c42b46b601f5e79502485bebb.tar.gz libbu++-5ec9a131e12d021c42b46b601f5e79502485bebb.tar.bz2 libbu++-5ec9a131e12d021c42b46b601f5e79502485bebb.tar.xz libbu++-5ec9a131e12d021c42b46b601f5e79502485bebb.zip | |
The MemBuf works just fine, although it still can't over-write data in the
buffer.
Diffstat (limited to '')
| -rw-r--r-- | build.conf | 9 |
1 files changed, 0 insertions, 9 deletions
| @@ -41,15 +41,6 @@ filesIn("src/tests") filter regexp("^src/tests/(.*)\\.cpp$", "tests/{re:1}"): | |||
| 41 | 41 | ||
| 42 | ["tests/itoqueue1", "tests/itoqueue2"]: set "LDFLAGS" += "-lpthread" | 42 | ["tests/itoqueue1", "tests/itoqueue2"]: set "LDFLAGS" += "-lpthread" |
| 43 | 43 | ||
| 44 | directoriesIn("src/unit","unit/"): | ||
| 45 | rule "exe", | ||
| 46 | target file, | ||
| 47 | group "tests", | ||
| 48 | requires "libbu++.a", | ||
| 49 | set "CXXFLAGS" += "-Isrc", | ||
| 50 | set "LDFLAGS" += "-L. -lbu++", | ||
| 51 | input filesIn("{fulldir}") filter regexp("^.*\\.cpp$") | ||
| 52 | |||
| 53 | filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): | 44 | filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): |
| 54 | rule "exe", | 45 | rule "exe", |
| 55 | target file, | 46 | target file, |
