Files
hollywoo-flixel/test.sh

6 lines
163 B
Bash
Executable File

#! /bin/bash
target=${1:-cpp}
cp -rf haxe_libraries src/test/
(cd src/test && lix dev hollywoo-flixel ../../ && lix download && lix run lime test $target -debug)