Create .test-cache

This commit is contained in:
augustin64 2022-03-27 14:54:20 +02:00
parent 48a4066742
commit e2f85cfa50

View File

@ -29,6 +29,7 @@ if [[ $1 == "test" ]]; then
exit
elif [[ $2 == "run" ]]; then
$0 test build
mkdir -p .test-cache
for i in $(ls out/test_*); do
echo "--- $i ---"
$i