mirror of
https://github.com/pfloos/quack
synced 2024-11-03 20:53:53 +01:00
test
This commit is contained in:
parent
b972344565
commit
ea378bf883
33
test/test_QuAcK.sh
Normal file → Executable file
33
test/test_QuAcK.sh
Normal file → Executable 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user