Remove compiling of tests.

This is because test programs have not been maintained since we switched to qmake for compiling libretroshare. 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1132 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
notdefine 2009-04-19 18:38:46 +00:00
parent 8ed7d936f9
commit c01529e400

View File

@ -3,7 +3,9 @@ RS_TOP_DIR = .
include $(RS_TOP_DIR)/scripts/config.mk
###############################################################
all: librs tests
all: librs
# all: librs tests
# removed tests, because test programs have not been maintained since we switched to qmake for compiling libretroshare.
librs:
make -C util librs