Skip to content

Latest commit

 

History

History

utest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

UTest - CX

UTest-CX is an unit testing library for CX applications.

Requirements:

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.

Installation:

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

Usage

The example folder contains a sample test written using the library.

cx src\assert.cx src\test.cx example\addition.cx