From 2b40718875c5d15e85afabbcb96c38d001edcbbd Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Sun, 20 Jun 2021 20:25:57 -0700 Subject: [PATCH] Add kotlin test-fixtures module used by jvm and android --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index e44aad0..f6f86d5 100755 --- a/test.sh +++ b/test.sh @@ -11,4 +11,4 @@ cc/bdk_ffi_test # bdk-kotlin (cd bdk-kotlin && gradle test) -#(cd bdk-kotlin && gradle :android:connectedDebugAndroidTest) +(cd bdk-kotlin && gradle :android:connectedDebugAndroidTest)