This commit is contained in:
Pierre-Francois Loos 2023-11-10 18:47:51 +01:00
parent b972344565
commit ea378bf883
1 changed files with 33 additions and 0 deletions

33
test/test_QuAcK.sh Normal file → Executable file
View File

@ -1,5 +1,38 @@
#! /bin/bash
echo
echo '**********************'
echo '* Running QuAcK Test *'
echo '**********************'
echo
echo 'Testing the 3 branches of QuAcK... '
echo
echo '********************************'
echo '* Testing Restricted Branch ...*'
echo '********************************'
echo
echo '********************************'
echo '* OK With Restricted Branch ...*'
echo '********************************'
echo
echo '***********************************'
echo '* Testing Unrestricted Branch ... *'
echo '***********************************'
echo
echo '***********************************'
echo '* OK With Unrestricted Branch ... *'
echo '***********************************'
echo
echo '**********************************'
echo '* Testing Generalized Branch ... *'
echo '**********************************'
echo
echo '**********************************'
echo '* OK With Generalized Branch ... *'
echo '**********************************'
echo
echo '*********************'
echo '* End of QuAcK Test *'
echo '*********************'
echo