Files
kiss-vscode/projects/asciilib2/test.sh
2021-06-07 13:17:46 -06:00

7 lines
136 B
Bash
Executable File

#! /bin/bash
haxelib dev asciilib .
# Run the headless unit tests:
echo "Running headless ASCIILib tests"
(cd test && haxe build.hxml)