Run tests for Haskell impl with both hugs and compiled-with-ghc.
Chris Pressey
8 months ago
17 | 17 | |
18 | 18 | -> Functionality "Interpret ZOWIE Program" is implemented by |
19 | 19 | -> 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 | |
22 | 27 | |
23 | 28 | This last Falderal appliance tests the compiled-with-RPython version of the ZOWIE |
24 | 29 | reference interpreter. |