# Engine-tier fixture: a klammerset with metadata, a dependency, an ordered # file list (klammers.k uses the target defined in base.k), and a trailing # definition that must load after the files (program order). # # Laid out as /.k, which is what a symbol names: since # 2026-08-14 the command line takes symbols only, so a klammerset that # cannot be named by one cannot be loaded at all. ":requires util" is a # SYMBOL, resolved on the search path (this directory is not util's parent, # so it is found at stage 2, KLAMMERTEXT_KLAMMERSETS); ":files" entries are # filenames, resolved against this file's directory. @@@klammerset kit | Engine-test klammerset :name Klammerset Integration Test :author Klammertext tests :date 2026-07-30 :requires util :files base.k / klammers.k @@@ @@after : AFTER @@