Skip to content

Instantly share code, notes, and snippets.

@eago99
eago99 / test.hxml
Created January 9, 2020 10:01
hxml config for unit tests with buddy and haxeflixel
-lib flixel
-lib openfl
-lib lime
-lib Buddy
--remap flash:openfl
--macro flixel.system.macros.FlxDefines.run()
-cp source
-cp test
-main TestMain