UTest-CX is an unit testing library for CX applications.
UTest-CX requires the latest version of CX v0.7.1.
The binaries for this version are available for:
Preferably you can build CX from source by following the steps showcased on the official README.
In order to install the UTest-CX simply download the source code by typing:
git clone https://github.com/SkycoinProject/cx-games/libs/utest.git
The example
folder contains a sample test written using the library.
cx src\assert.cx src\test.cx example\addition.cx