diff options
Diffstat (limited to '')
| -rw-r--r-- | pymake.conf | 25 |
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 | |||
| 9 | COMMAND: lib | 9 | COMMAND: lib |
| 10 | OUTPUT: libbu++.a | 10 | OUTPUT: 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] | ||
| 17 | COMMAND: exe | ||
| 18 | OUTPUT: tests/{NAME} | ||
| 19 | ROOT: src/test | ||
| 20 | LDFLAGS: -L. -lbu++ | ||
| 21 | CXXFLAGS: -Isrc -Isrc/test | ||
| 22 | |||
| 23 | [OVERRIDE] | ||
| 24 | FILE: tests/plugin | ||
| 25 | LDFLAGS: -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] |
| 38 | INPUT: .cpp #take input of *.cpp files | 13 | INPUT: .cpp #take input of *.cpp files |
| 39 | OUTPUT: .o #output .o files | 14 | OUTPUT: .o #output .o files |
