Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. >> foreach-script %./ [sg: eg: 0 parse mold data [some ["===start-group===" (sg: sg + 1) | "===end-group===" (eg: eg + 1) | skip]] unless equal? sg eg [print filename]]
  2. ./source/units/auto-tests/interp-find-test.red
  3. ./source/units/auto-tests/interp-load-test.red
  4. ./source/units/auto-tests/interp-binding-test.red
  5. ./source/units/auto-tests/run-all-interp.red
  6. ./source/units/auto-tests/run-all/recycle-test.red
  7. ./source/units/auto-tests/run-all/load-test.red
  8. ./source/units/auto-tests/run-all/find-test.red
  9. ./source/units/auto-tests/run-all/binding-test.red
  10. ./source/units/auto-tests/interp-recycle-test.red
  11. ./source/units/find-test.red
  12. ./source/units/binding-test.red
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement