aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/build.conf b/build.conf
index f493d67..d994977 100644
--- a/build.conf
+++ b/build.conf
@@ -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
44directoriesIn("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
53filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): 44filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"):
54 rule "exe", 45 rule "exe",
55 target file, 46 target file,