Files
kiss-vscode/projects/_deprecated/asciilib/test.sh
2023-02-18 11:26:18 -07: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)