netsuke-build 0.1.0-beta2

A YAML-powered Ninja/Jinja hybrid build system.
1
2
3
4
5
6
7
8
9
10
11
12
//! Tests for manifest parsing and macro helpers.

mod macro_invocation_telemetry;
mod macros;
mod macros_telemetry;
mod stages;
mod vars_reserved_diagnostic;
mod vars_reserved_property;
mod workspace;

mod env_function;
mod glob_telemetry;