Files
kiss-vscode/projects/asciilib/test.sh

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)