feaser / microtbx-tests

Framework for running unit tests on the MicroTBX software components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroTBX Tests

License: MIT

Framework for running unit tests on the MicroTBX software components.

Getting the code

To get the code, clone the Git repository to a subdirectory, for example inside your own home directory. Make sure to add the --recursive flag to also clone the submodules:

git clone --recursive https://github.com/feaser/microtbx-tests.git ~/MicroTBXTests

Afterwards, clone the actual MicroTBX software components into the third_party subdirectory. Example for microtbx:

cd ~/MicroTBXTests/third_party
git clone https://github.com/feaser/microtbx.git microtbx

Running the unit tests

The tests subdirectory contains the programs that run the unit tests. Refer to the included README.md in the platform specific subdirectories for details on building these test programs.

Contact

Development and maintenance of MicroTBX is sponsored by Feaser. Feaser also offers integration/customization services, and professional technical support on a commercial basis:

About

Framework for running unit tests on the MicroTBX software components.

License:MIT License


Languages

Language:C 94.3%Language:CMake 5.7%