Skip to content

Instantly share code, notes, and snippets.

@eago99
Created January 9, 2020 10:01
Show Gist options
  • Save eago99/35d70e5818b15acec4603295786e3228 to your computer and use it in GitHub Desktop.
Save eago99/35d70e5818b15acec4603295786e3228 to your computer and use it in GitHub Desktop.
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
--each
-neko testoutput/neko/test.n
-cmd neko ./testoutput/neko/test.n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment