What it does:
Until now the parent folder for .bin and .tools folders was hardcoded to be ./tests, so even if a user declares a different tests folder in the yaml file, matchstick would always create the those folders inside ./tests.
This PR removes the hardcoded values and uses the value of TESTS_LOCATION.
Issues: closes https://github.com/LimeChain/matchstick/issues/242
What it does: Until now the parent folder for .bin and .tools folders was hardcoded to be
./tests
, so even if a user declares a different tests folder in the yaml file, matchstick would always create the those folders inside./tests
. This PR removes the hardcoded values and uses the value of TESTS_LOCATION.