From c01529e400563ad354d85dcf5d657ba047b3aae5 Mon Sep 17 00:00:00 2001 From: notdefine Date: Sun, 19 Apr 2009 18:38:46 +0000 Subject: [PATCH] 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 --- libretroshare/src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libretroshare/src/Makefile b/libretroshare/src/Makefile index a34b64e5f..8ec1c2995 100644 --- a/libretroshare/src/Makefile +++ b/libretroshare/src/Makefile @@ -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