[X2Go-Commits] [x2gobroker] 02/05: Makefile: Add check target (drop empty test target).

git-admin at x2go.org git-admin at x2go.org
Mon Oct 9 10:49:50 CEST 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/0.0.3.x
in repository x2gobroker.

commit 096439c880a68791920d09f529e07475746fda5d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Sep 23 16:39:30 2017 +0200

    Makefile: Add check target (drop empty test target).
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ecb7639..e127f37 100755
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,8 @@ clean_arch:
 
 clean_indep:
 
-test:
+check:
+	python3 test.py
 
 install:
 	mkdir -p "${DESTDIR}/var/lib/x2gobroker" \

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list