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

39 lines
1.0 KiB
Bash
Raw Normal View History

2023-11-10 18:40:20 +01:00
#! /bin/bash
2023-11-10 18:47:51 +01:00
echo
2023-11-10 18:40:20 +01:00
echo '**********************'
echo '* Running QuAcK Test *'
echo '**********************'
2023-11-10 18:47:51 +01:00
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