From b6ac63225524f1b34ffc4f780726ed981ba7e6a2 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 12 Apr 2024 22:28:40 +0300 Subject: Add "@include %bootstrap" directive format for including builtin bootstrap file --- test/e2e/call_stack/run_fact.atk16 | 4 +--- test/e2e/call_stack/run_mul.atk16 | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'test/e2e/call_stack') 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 -- cgit v1.3