[ascii] Test graphics backend, first unit test

This commit is contained in:
2021-04-26 18:13:52 -06:00
parent 5e16fd84f4
commit 31e918e3f2
7 changed files with 83 additions and 5 deletions

3
projects/asciilib2/test.sh Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#! /bin/bash
haxe build.hxml
haxelib dev asciilib .
(cd test && haxe build.hxml)