An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Project logo](https://github.com/Tw1ddle/haxe-kiwi-unit-tests/blob/master/screenshots/logo.png?raw=true "Haxe Kiwi - an implementation of the Cassowary constraint solving algorithm")](https://tw1ddle.github.io/haxe-kiwi-demo/)

[![Build Status Badge](https://ci.appveyor.com/api/projects/status/github/Tw1ddle/haxe-kiwi-unit-tests)](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.