Permalink
Browse files

Add "OpenGL for bash" to the wild tests.

It's an interesting project because there is a lot of arithmetic.  Not
surprisingly, there are 6 parse errors, almost all of which are due to
"dynamic arithmetic".
  • Loading branch information...
Andy Chu
Andy Chu committed May 1, 2018
1 parent 73277be commit d9bebcd0001dc98ff6f3ae6885dda5095a7f330b
Showing with 10 additions and 0 deletions.
  1. +10 −0 test/wild.sh
View
@@ -259,6 +259,16 @@ all-manifests() {
_sh-manifest ~/git/wild/esoteric/wwwoosh esoteric
_sh-manifest ~/git/wild/esoteric/lishp esoteric
# OpenGL for bash is interesting because there is a lot of arithmetic.
# Not surprisingly, there are 6 parse errors, almost all of which are due to
# "dynamic arithmetic".
src=~/git/other/CmdlineGL
_manifest esoteric/CmdlineGL $src \
$(find $src \
-type f -a \
'(' -name '*.sh' -o -name '*.lib' ')' -a \
-printf '%P\n')
src=~/git/wild/esoteric/setup.shl
_manifest esoteric/setup.shl $src \
$(find $src \

0 comments on commit d9bebcd

Please sign in to comment.