From c7e1ab79e41fbfe9fea8a93daeb36901897a00b3 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 23 May 2016 15:01:04 -0700 Subject: [PATCH] jsonrpc: add unit tests to autotest.sh Change-Id: If7d0895849ec9f2650af844e407ded67b6b3afa4 Signed-off-by: Daniel Verkamp --- autotest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autotest.sh b/autotest.sh index 803f37191..6ffb99a20 100755 --- a/autotest.sh +++ b/autotest.sh @@ -48,6 +48,7 @@ time test/lib/nvme/nvme.sh time test/lib/memory/memory.sh time test/lib/ioat/ioat.sh time test/lib/json/json.sh +time test/lib/jsonrpc/jsonrpc.sh time test/lib/log/log.sh timing_exit lib