From 97f9a66a3dc13aa4d56eeb7131f0706e2a20a9dd Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 3 Sep 2021 12:06:53 +0300 Subject: Detect null/ctrl chars closes #30 --- tests.hxml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'tests.hxml') diff --git a/tests.hxml b/tests.hxml index c95f9d8..97efb41 100644 --- a/tests.hxml +++ b/tests.hxml @@ -1,6 +1,13 @@ --cp src --cp test +--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/grosmar/hls.js-haxe-extern.git +--library utest +--class-path src +--class-path test --main Main --lib utest ---interp -#-D test=9133 +# -D UTEST_PATTERN=testMain +--js build/tests.js +--cmd node build/tests.js -- cgit v1.2.3