Issue223.options 618 B

12345678910111213141516171819202122232425
  1. TestOptions
  2. { forCompilers =
  3. [ ( MAlonzo Lazy
  4. , CompilerOptions
  5. { extraAgdaArgs =
  6. ["--no-main", "--ghc-flag=-i./test/Compiler/simple/"]
  7. }
  8. )
  9. , ( MAlonzo StrictData
  10. , CompilerOptions
  11. { extraAgdaArgs =
  12. ["--no-main", "--ghc-flag=-i./test/Compiler/simple/"]
  13. }
  14. )
  15. , ( MAlonzo Strict
  16. , CompilerOptions
  17. { extraAgdaArgs =
  18. ["--no-main", "--ghc-flag=-i./test/Compiler/simple/"]
  19. }
  20. )
  21. ]
  22. , runtimeOptions = []
  23. , executeProg = False
  24. }