aboutsummaryrefslogtreecommitdiff
path: root/pymake.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-07-28 19:42:35 +0000
committerMike Buland <eichlan@xagasoft.com>2006-07-28 19:42:35 +0000
commit81cdcf71e17061920ad5b5ea5da6164dfbab0e0d (patch)
tree89749851f97c46c16abd6b3204056e67f2e98c30 /pymake.conf
parentf8a9737d62ff2a3f5c24dc3786f5b65dbd490f29 (diff)
downloadlibbu++-81cdcf71e17061920ad5b5ea5da6164dfbab0e0d.tar.gz
libbu++-81cdcf71e17061920ad5b5ea5da6164dfbab0e0d.tar.bz2
libbu++-81cdcf71e17061920ad5b5ea5da6164dfbab0e0d.tar.xz
libbu++-81cdcf71e17061920ad5b5ea5da6164dfbab0e0d.zip
Just fixed the pymake.conf, now it won't build all the tests every time.
Diffstat (limited to '')
-rw-r--r--pymake.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/pymake.conf b/pymake.conf
index 3da7b0a..16ed18e 100644
--- a/pymake.conf
+++ b/pymake.conf
@@ -9,31 +9,6 @@ DIR: src
9COMMAND: lib 9COMMAND: lib
10OUTPUT: libbu++.a 10OUTPUT: libbu++.a
11 11
12#
13# Uncomment this if you want to build the tests, these don't rely on anything
14# that libbu++ doesn't rely on.
15#
16[DIRBUILD]
17COMMAND: exe
18OUTPUT: tests/{NAME}
19ROOT: src/test
20LDFLAGS: -L. -lbu++
21CXXFLAGS: -Isrc -Isrc/test
22
23[OVERRIDE]
24FILE: tests/plugin
25LDFLAGS: -ldl
26
27#
28# Uncomment this if you have cpptest and want to build the unit tests
29#
30#[DIRBUILD]
31#COMMAND: exe
32#OUTPUT: unit/{NAME}
33#ROOT: src/unit
34#LDFLAGS: -L. -lbu++ -lcpptest
35#CXXFLAGS: -Isrc
36
37[TRIGGER] 12[TRIGGER]
38INPUT: .cpp #take input of *.cpp files 13INPUT: .cpp #take input of *.cpp files
39OUTPUT: .o #output .o files 14OUTPUT: .o #output .o files