tests 501 B

123456789101112131415161718192021
  1. #!/bin/sh
  2. ./run-BlackBox <<DATA
  3. DevCompiler.CompileThis ObxHello0 ObxPi
  4. ObxHello0.Do
  5. ObxPi.WritePi(1000)
  6. ConsCompiler.Compile('Obx/Mod', 'Hello0.odc')
  7. ConsCompiler.Compile('Obx/Mod', 'Pi.odc')
  8. # what is source of errors???
  9. ConsCompiler.Compile('', 'HostFonts.txt')
  10. DevElfLinker.LinkDll libBB.so := Kernel+ Files HostFiles StdLoader
  11. DATA
  12. # what is source of TRAP???
  13. ./run-BlackBox <<DATA
  14. DevCompiler.CompileThis DevLinker
  15. #DevLinker.LinkDll BlackBox.exe := Kernel$+ Files HostFiles StdLoader
  16. DATA