mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-20 13:24:33 -05:00
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:
parent
8ed7d936f9
commit
c01529e400
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user