index
:
mu
this commit
hlt
main
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.
Kartik K. Agaram <vc@akkartik.com>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test_all_layers
blob: 4117dde0a5732da529511d6278cab14f9d2d0885 (
plain
) (
blame
)
1
2
3
4
5
6
7
#!/bin/bash
for
f
in
[
0
-9
]
*
do
echo
"===
$f
"
./build_and_test_until
$f
||
exit
0
done