Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

feathersui-xml tests

Automated tests created with utest.

Run Neko tests

To run tests with Neko, run the following command:

openfl test neko

Run HashLink tests

To run tests with HashLink, run the following command:

openfl test hl

Run Adobe AIR tests

To run tests with Adobe AIR, use the following command:

openfl test air

Run Windows tests

To run CPP tests on Windows, use the following command:

openfl test windows

Run macOS tests

To run CPP tests on macOS, use the following command:

openfl test mac

Run Linux tests

To run CPP tests on Linux, use the following command:

openfl test linux

Run HTML/JS tests

To run tests with HTML/JS, run the following command:

openfl test html5