fpcunit_pas2js.pas 346 B

123456789101112131415
  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 fpcunit_pas2js;
  5. {$warn 5023 off : no warning about unused units}
  6. interface
  7. uses
  8. FPCUnit, TestRegistry, TestDecorator, ConsoleTestRunner, FPCUnitReport, PlainTestReport, htmltestreport;
  9. implementation
  10. end.