4
1
mirror of https://github.com/pfloos/quack synced 2024-09-16 17:35:47 +02:00
quack/test/test_QuAcK.sh
2023-11-10 18:47:51 +01:00

39 lines
1.0 KiB
Bash
Executable File

#! /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