From ef3496d4002190535da0dd546bc1d8926305c90f Mon Sep 17 00:00:00 2001 From: negasora Date: Thu, 7 Jun 2018 15:32:19 -0400 Subject: Initial python API tests (#1054) * Initial python API tests * Updated string to be python3 compatible * update event tests and file paths --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 1962d2b4..35327f04 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "examples/x86_extension/src/asmx86"] path = examples/x86_extension/src/asmx86 url = https://github.com/Vector35/asmx86.git +[submodule "suite/binaries"] + path = suite/binaries + url = git@github.com:Vector35/BinaryTestCases.git -- cgit v1.3.1