From 0fc0a6232342feecec61ce99148648ca0e2a78e5 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Tue, 20 Jun 2017 13:52:32 +0200 Subject: [PATCH] Added restart cli test to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9013b03806..786771d580 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ test_cli: tests/cli/shunit2 # sudo apt-get install jq @./tests/cli/basictx.sh @./tests/cli/counter.sh + @./tests/cli/restart.sh @./tests/cli/ibc.sh get_vendor_deps: tools