/components/fpcunit/fpcunittestrunner.pas

http://github.com/graemeg/lazarus · Pascal · 15 lines · 6 code · 5 blank · 4 comment · 0 complexity · 26bcf69317007f0897a7d864cb2e8c3c MD5 · raw file

  1. { This file was automatically created by Lazarus. Do not edit!
  2. This source is only used to compile and install the package.
  3. }
  4. unit FPCUnitTestRunner;
  5. {$warn 5023 off : no warning about unused units}
  6. interface
  7. uses
  8. GuiTestRunner;
  9. implementation
  10. end.