From 81cdcf71e17061920ad5b5ea5da6164dfbab0e0d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 28 Jul 2006 19:42:35 +0000 Subject: Just fixed the pymake.conf, now it won't build all the tests every time. --- pymake.conf | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'pymake.conf') diff --git a/pymake.conf b/pymake.conf index 3da7b0a..16ed18e 100644 --- a/pymake.conf +++ b/pymake.conf @@ -9,31 +9,6 @@ DIR: src COMMAND: lib OUTPUT: libbu++.a -# -# Uncomment this if you want to build the tests, these don't rely on anything -# that libbu++ doesn't rely on. -# -[DIRBUILD] -COMMAND: exe -OUTPUT: tests/{NAME} -ROOT: src/test -LDFLAGS: -L. -lbu++ -CXXFLAGS: -Isrc -Isrc/test - -[OVERRIDE] -FILE: tests/plugin -LDFLAGS: -ldl - -# -# Uncomment this if you have cpptest and want to build the unit tests -# -#[DIRBUILD] -#COMMAND: exe -#OUTPUT: unit/{NAME} -#ROOT: src/unit -#LDFLAGS: -L. -lbu++ -lcpptest -#CXXFLAGS: -Isrc - [TRIGGER] INPUT: .cpp #take input of *.cpp files OUTPUT: .o #output .o files -- cgit v1.2.3