syndicate-nim/tests/Tupfile

8 lines
354 B
Plaintext
Raw Normal View History

2022-12-08 08:15:01 +00:00
include_rules
2024-02-15 10:52:12 +00:00
NIM_FLAGS += --define:traceSyndicate
2023-06-09 23:59:54 +00:00
: foreach *.prs |> !preserves_schema_nim |> | {schema}
2024-02-24 16:51:41 +00:00
: foreach t*.nim | ../../preserves-nim/<tests> {schema} $(SYNDICATE_PROTOCOL) |> !nim |> | ../<test> {test}
2024-02-15 10:52:12 +00:00
2024-02-24 16:51:41 +00:00
: foreach {test} |> SYNDICATE_TRACE_FILE=%o ./%f |> ./%B.trace.bin {bintrace}
2024-02-15 14:34:13 +00:00
: foreach {bintrace} |> preserves-tool convert <%f >%o |> %B