summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-07-13 07:38:58 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-07-13 07:38:58 -0400
commit540ebbd74db3a39007a1176e7bba2e275c3adf03 (patch)
tree84d08a7db4031e53aad83632c045830f10a8cf32 /Makefile
parentd2df385f41e5cba47c5138ce1b0c8458bebd45e1 (diff)
downloadchat-540ebbd74db3a39007a1176e7bba2e275c3adf03.tar.gz
chat-540ebbd74db3a39007a1176e7bba2e275c3adf03.tar.bz2
chat-540ebbd74db3a39007a1176e7bba2e275c3adf03.zip
SAML Unit Tests, Go Driver & Removed vendor dependency (#3532)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdf3e4a68..40ca763f8 100644
--- a/Makefile
+++ b/Makefile
@@ -181,14 +181,19 @@ ifeq ($(BUILD_ENTERPRISE_READY),true)
$(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -c ./enterprise/ldap && ./ldap.test -test.v -test.timeout=120s -test.coverprofile=cldap.out || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -c ./enterprise/compliance && ./compliance.test -test.v -test.timeout=120s -test.coverprofile=ccompliance.out || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -c ./enterprise/emoji && ./emoji.test -test.v -test.timeout=120s -test.coverprofile=cemoji.out || exit 1
+ $(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -c ./enterprise/saml && ./saml.test -test.v -test.timeout=60s -test.coverprofile=csaml.out || exit 1
tail -n +2 cldap.out >> ecover.out
tail -n +2 ccompliance.out >> ecover.out
tail -n +2 cemoji.out >> ecover.out
- rm -f cldap.out ccompliance.out cemoji.out
+ tail -n +2 csaml.out >> ecover.out
+ rm -f cldap.out ccompliance.out cemoji.out csaml.out
rm -r ldap.test
rm -r compliance.test
rm -r emoji.test
+ rm -r saml.test
+ rm -f config/*.crt
+ rm -f config/*.key
endif
internal-test-web-client: start-docker prepare-enterprise