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

7 lines
136 B
Bash

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