diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-04-12 22:28:40 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-04-12 22:28:40 +0300 |
| commit | b6ac63225524f1b34ffc4f780726ed981ba7e6a2 (patch) | |
| tree | 400a8f46e3ace22f31cf7e893686cfaf53445227 /test/e2e/call_stack | |
| parent | 77bbd007004a0c0174dd9ce3df840db04fe9ec98 (diff) | |
Add "@include %bootstrap" directive format for including builtin bootstrap file
Diffstat (limited to 'test/e2e/call_stack')
| -rw-r--r-- | test/e2e/call_stack/run_fact.atk16 | 4 | ||||
| -rw-r--r-- | test/e2e/call_stack/run_mul.atk16 | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/test/e2e/call_stack/run_fact.atk16 b/test/e2e/call_stack/run_fact.atk16 index 06ad59c..e0b8bf1 100644 --- a/test/e2e/call_stack/run_fact.atk16 +++ b/test/e2e/call_stack/run_fact.atk16 @@ -1,6 +1,4 @@ -; bootstrap code (must be called to setup mandatory data) -; will jump to label main -@include ../bootstrap +@include %bootstrap @include lib @let INPUT %INPUT% ; value replaced by test driver code diff --git a/test/e2e/call_stack/run_mul.atk16 b/test/e2e/call_stack/run_mul.atk16 index feaabe7..377e61c 100644 --- a/test/e2e/call_stack/run_mul.atk16 +++ b/test/e2e/call_stack/run_mul.atk16 @@ -1,6 +1,4 @@ -; bootstrap code (must be called to setup mandatory data) -; will jump to label main -@include ../bootstrap +@include %bootstrap @include lib ; values replaced by test driver code |
