https://github.com/tw1ddle/haxe-kiwi-unit-tests
Unit tests for Haxe Kiwi, an implementation of the Cassowary constraint solving algorithm
https://github.com/tw1ddle/haxe-kiwi-unit-tests
cassowary constraint-solver constraint-solving-algorithm haxe haxe-kiwi haxe-port haxelib kiwi
Last synced: 2 months ago
JSON representation
Unit tests for Haxe Kiwi, an implementation of the Cassowary constraint solving algorithm
- Host: GitHub
- URL: https://github.com/tw1ddle/haxe-kiwi-unit-tests
- Owner: Tw1ddle
- License: other
- Created: 2017-04-30T18:56:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T22:40:06.000Z (over 3 years ago)
- Last Synced: 2025-01-12T07:46:37.818Z (4 months ago)
- Topics: cassowary, constraint-solver, constraint-solving-algorithm, haxe, haxe-kiwi, haxe-port, haxelib, kiwi
- Language: Haxe
- Homepage: https://samcodes.co.uk/code/
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://tw1ddle.github.io/haxe-kiwi-demo/)
[](https://ci.appveyor.com/project/Tw1ddle/haxe-kiwi-unit-tests)
This is the unit test suite for [Haxe Kiwi](https://github.com/Tw1ddle/haxe-kiwi), a Haxe port of Kiwi, an implementation of the Cassowary constraint solving algorithm . The intent is to achieve good test coverage of the codebase, and to add regression tests for fixed bugs.
## Setup
```
haxelib install sure
haxelib install utest
```## Usage
Open and build the FlashDevelop project in this directory to run the tests. Edit *run_tests_local.hxml* to change the platform to test locally.