Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus / usr / share / lazarus / 1.6 / test
  ..
  lazutils
  testresult-db
  manual
  semiauto
  bugs
  codetoolstests
  synedit
  lcltests
  customdrawn
  readme.txt
  testlpi.pas
  runtestsgui.lpi
  bugtestcase.pas
  runtests.lpi
  hello.ahk
  runtestsgui.lpr
  runtests.lpr
  testunits.pas
  testglobals.pas
Size: Mime:
This directory contains test written with fpcunit. It contains two projects: 
* runtests.lpi for running the tests using the fpcunit console runner.
* runtestsgui.lpi for running the tests using the fpcunit gui runner.

=== Project runtests.lpi =======================================================

Build it and run it in a terminal without parameters will give you a list of
parameters:
./runtests


=== Project runtestsgui.lpi ====================================================

Build it and run.
On windows it will run the programs and interact with them using autohotkey.
Currently this is only used with the hello example.