diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-01-18 11:42:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 11:42:47 +0100 |
commit | 4015c2c1769989c20ea7234296eea02a16d1703d (patch) | |
tree | 4c57d279a8b54df10e6b194b586d3f6423d8e7cd /tests | |
parent | 0e5b273c3d25d1dce3b469f3a6865f430554e730 (diff) | |
parent | 3578afee0ab77650cf6adf3987a6f653f9311e9b (diff) |
Merge pull request #32 from jow-/precompile
Introduce ucode precompilation support
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cram/test_basic.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cram/test_basic.t b/tests/cram/test_basic.t index 2c22131..d2a3605 100644 --- a/tests/cram/test_basic.t +++ b/tests/cram/test_basic.t @@ -25,6 +25,8 @@ check that ucode provides exepected help: -E Set global variables from given JSON file -x Disable given function -m Preload given module + -o Write precompiled byte code to given file + -O Write precompiled byte code to given file and strip debug information check that ucode prints greetings: |