aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7ed27c89d..465891ccc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -266,6 +266,10 @@ test-appimage:
266test-network: 266test-network:
267 cd test/network; ./network.sh | grep TESTING 267 cd test/network; ./network.sh | grep TESTING
268 268
269# requires the same setup as test-network
270test-stress:
271 cd test/stress; ./stress.sh | grep TESTING
272
269# Tesets running a root user 273# Tesets running a root user
270test-root: 274test-root:
271 cd test/root; su -c ./root.sh | grep TESTING 275 cd test/root; su -c ./root.sh | grep TESTING