slawekmikula / atoolstest

Test program for the atools library. Uses the Qt test framework. Run on the command line with --help to get information about tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atoolstest
=============

Test program for the atools library. Uses the Qt test framework.

Run on the command line with --help to get information about tests.

Issues can be submitted at https://github.com/albar965/littlenavmap/issues .

------------------------------------------------------------------------------

Usage: atoolstest [options]
atools unit tests.

Options:
  -h, --help        Displays this help.
  -v, --version     Displays version information.
  --RunAll          Run all test classes.
  --OnlineTest      Run the OnlineTest test class.
  --SceneryCfgTest  Run the SceneryCfgTest test class.
  --MagdecTest      Run the MagdecTest test class.
  --StringTest      Run the StringTest test class.
  --VersionTest     Run the VersionTest test class.
  --GeoTest         Run the GeoTest test class.
  --FlightplanTest  Run the FlightplanTest test class.
  --MetarTest       Run the MetarTest test class.
  --DtmTest         Run the DtmTest test class.

------------------------------------------------------------------------------

This software is licensed under GPL3 or any later version.

The source code for this application is available at Github:
https://github.com/albar965/atools
https://github.com/albar965/atoolstest

Copyright 2015-2020 Alexander Barthel (alex@littlenavmap.org).

About

Test program for the atools library. Uses the Qt test framework. Run on the command line with --help to get information about tests.

License:GNU General Public License v3.0


Languages

Language:C++ 96.5%Language:QMake 3.5%