[NOBIN] Use testcases from a github repo

This commit is contained in:
hasherezade
2019-11-23 21:12:59 +01:00
parent f8a32eb088
commit 9895fbcb4a
+3 -6
View File
@@ -5,12 +5,9 @@ cd "$SOURCE_DIR"
echo "Source Dir: ""$SOURCE_DIR"
rm -rf test_cases
mkdir test_cases
cd test_cases
wget "https://drive.google.com/uc?export=download&id=1johP6rf7iS8-mi6xrT5mCX4wnbKk8rq8" -O test_cases.zip
unzip test_cases.zip
rm *.zip
cd ..
git clone https://github.com/hasherezade/bearparser_tests.git
mv bearparser_tests test_cases
BCMD_DIR=$(pwd)/build/
cd test_cases