blob: 7541cc26e7fdc4d067e6afa182064f459e30c8df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--library hxnodejs
--library hxnodejs-ws
--library json2object
# Client libs for completion
--library youtubeIFramePlayer:git:https://github.com/okawa-h/youtubeIFramePlayer-externs.git
--library hls.js-extern:git:https://github.com/zoldesi-andor/hls.js-haxe-extern.git
--library utest
--class-path src
--class-path test
--main Main
# -D UTEST_PATTERN=testMain
--js build/tests.js
--cmd node build/tests.js
|