forked from kaitai-io/kaitai_struct_tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
21 lines (19 loc) · 734 Bytes
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
COMPILER_DIR=../compiler
FORMATS_KSY_DIR=formats
FORMATS_COMPILED_DIR=compiled
FORMATS_REPO_DIR=../formats
CSHARP_RUNTIME_DIR=../runtime/csharp
JAVA_RUNTIME_DIR=../runtime/java
JAVA_TESTNG_JAR=$HOME/.m2/repository/org/testng/testng/6.9.10/testng-6.9.10.jar:$HOME/.m2/repository/com/beust/jcommander/1.48/jcommander-1.48.jar
JAVASCRIPT_RUNTIME_DIR=../runtime/javascript
JAVASCRIPT_MODULES_DIR=node_modules
JULIA_RUNTIME_DIR=../runtime/julia
LUA_RUNTIME_DIR=../runtime/lua
NIM_RUNTIME_DIR=../runtime/nim
NIM_TESTIFY_DIR=spec/nim/testify
PERL_RUNTIME_DIR=../runtime/perl/lib
PHP_RUNTIME_DIR=../runtime/php
PYTHON_RUNTIME_DIR=../runtime/python
RUBY_RUNTIME_DIR=../runtime/ruby/lib
RUST_RUNTIME_DIR=../runtime/rust
TEST_OUT_DIR=test_out