README.md updated with minimal tests

This commit is contained in:
philippe lhardy
2025-07-03 14:40:59 +02:00
parent 48649872f4
commit 748e76ef84
6 changed files with 70 additions and 8 deletions

8
samples/tests.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
[[ -n $VIRTUAL_ENV ]] || source ../code/bin/activate
for (( i=0;i<7;i++ ))
do
./check.sh $i
done