Move test config

This commit is contained in:
AsamK 2022-08-23 17:19:38 +02:00
parent 11a06d6b33
commit 04fa046815
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ local.properties
out/
.DS_Store
/bin/
/test-config/

View file

@ -12,7 +12,7 @@ TEST_PIN_1=456test_pin_foo123
NATIVE=0
JSON_RPC=0
PATH_TEST_CONFIG="$PWD/build/test-config"
PATH_TEST_CONFIG="$PWD/test-config"
PATH_MAIN="$PATH_TEST_CONFIG/main"
PATH_LINK="$PATH_TEST_CONFIG/link"