diff options
| author | RblSb <msrblsb@gmail.com> | 2021-09-03 12:06:53 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-09-03 12:06:53 +0300 |
| commit | 97f9a66a3dc13aa4d56eeb7131f0706e2a20a9dd (patch) | |
| tree | cd1a50ed526eb9f1028f0c64c8ce5f7ef6c61060 /tests.hxml | |
| parent | d21b5da50cf24de64581cfc78ce46533faad0e86 (diff) | |
Detect null/ctrl chars
closes #30
Diffstat (limited to 'tests.hxml')
| -rw-r--r-- | tests.hxml | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -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 |
