Updated testing script to fix bug with moving file w/ S
This commit is contained in:
parent
075953b06e
commit
e302b21d0e
12
test.sh
12
test.sh
@ -2,9 +2,9 @@ echo "Trying to compile the program..."
|
|||||||
make -C src
|
make -C src
|
||||||
|
|
||||||
echo "Fetching the test suite..."
|
echo "Fetching the test suite..."
|
||||||
git clone https://gitlab.doc.ic.ac.uk/teaching-fellows/armv8_testsuite.git
|
git clone git@gitlab.doc.ic.ac.uk:teaching-fellows/armv8_testsuite.git
|
||||||
mkdir armv8_testsuite/solution
|
mkdir armv8_testsuite/solution
|
||||||
cp -R src/. ./armv8_testsuite/solution
|
cp -r src/. ./armv8_testsuite/solution
|
||||||
cd armv8_testsuite
|
cd armv8_testsuite
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
./install
|
./install
|
||||||
@ -15,10 +15,10 @@ echo "Running the test suite..."
|
|||||||
echo "Test Suite Completed"
|
echo "Test Suite Completed"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# printf "%s " "Press enter to continue"
|
printf "%s " "Press enter to continue"
|
||||||
# read ans
|
read ans
|
||||||
|
|
||||||
echo "Cleaning Up..."
|
echo "Cleaning Up..."
|
||||||
make -C src clean
|
make -C src clean
|
||||||
rm -rf armv8_testsuite
|
rm -rf armv8_testsuite
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user