git @ Cat's Eye Technologies ZOWIE / eb79ac8
Run tests for Haskell impl with both hugs and compiled-with-ghc. Chris Pressey 8 months ago
1 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1717
1818 -> Functionality "Interpret ZOWIE Program" is implemented by
1919 -> shell command
20 -> "./impl/zowie-hs/bin/zowie-hs run %(test-body-file)"
21 -> but only if shell command "[ -x impl/zowie-hs/bin/zowie-hs ]" succeeds
20 -> "./impl/zowie-hs/bin/zowie-hs.exe run %(test-body-file)"
21 -> but only if shell command "[ -x impl/zowie-hs/bin/zowie-hs.exe ]" succeeds
22
23 -> Functionality "Interpret ZOWIE Program" is implemented by
24 -> shell command
25 -> "FORCE_HUGS=1 ./impl/zowie-hs/bin/zowie-hs run %(test-body-file)"
26 -> but only if shell command "command -v runhugs" succeeds
2227
2328 This last Falderal appliance tests the compiled-with-RPython version of the ZOWIE
2429 reference interpreter.