From b2b603eac941d2cdea97d7886dc7181c179a8160 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 29 Mar 2017 12:09:26 -0400 Subject: testing --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7ed27c89d..465891ccc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -266,6 +266,10 @@ test-appimage: test-network: cd test/network; ./network.sh | grep TESTING +# requires the same setup as test-network +test-stress: + cd test/stress; ./stress.sh | grep TESTING + # Tesets running a root user test-root: cd test/root; su -c ./root.sh | grep TESTING -- cgit v1.2.3-54-g00ecf