add test/Function to build proress

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@651 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-05-20 09:32:16 +00:00
parent a6b4587301
commit 28ac0a23b2
4 changed files with 9 additions and 2 deletions

View file

@ -1,7 +1,6 @@
BIN = FunctionTest$(BIN_SUFFIX)
SRC = FunctionTest.cpp
OBJ = $(SRC:.cpp=.o)
override LDLIBS += -lboost_test_exec_monitor
.PHONY: all clean
all: $(BIN)