/components/fpcunit/console/fpcunitconsolerunner.pas
http://github.com/graemeg/lazarus · Pascal · 15 lines · 6 code · 5 blank · 4 comment · 0 complexity · cdaded3b9d75f4f02d3b54d66a66435f MD5 · raw file
- { This file was automatically created by Lazarus. Do not edit!
- This source is only used to compile and install the package.
- }
- unit fpcunitconsolerunner;
- {$warn 5023 off : no warning about unused units}
- interface
- uses
- consoletestrunner;
- implementation
- end.