From 59718bdfdfece447a9305e64c28f24e702b36756 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 9 Jun 2022 06:24:49 -0300 Subject: [PATCH] Added missing YAML test files - For the netlist tests --- tests/yaml_samples/netlist_classic_1.kibot.yaml | 10 ++++++++++ tests/yaml_samples/netlist_ipc_1.kibot.yaml | 12 ++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 tests/yaml_samples/netlist_classic_1.kibot.yaml create mode 100644 tests/yaml_samples/netlist_ipc_1.kibot.yaml diff --git a/tests/yaml_samples/netlist_classic_1.kibot.yaml b/tests/yaml_samples/netlist_classic_1.kibot.yaml new file mode 100644 index 00000000..6caf8f87 --- /dev/null +++ b/tests/yaml_samples/netlist_classic_1.kibot.yaml @@ -0,0 +1,10 @@ +# This is a working example. +# For a more complete reference use `--example` +kibot: + version: 1 + +outputs: + - name: classic_netlist + comment: Schematic netlist in KiCad format + type: netlist + dir: Export diff --git a/tests/yaml_samples/netlist_ipc_1.kibot.yaml b/tests/yaml_samples/netlist_ipc_1.kibot.yaml new file mode 100644 index 00000000..aa1163ce --- /dev/null +++ b/tests/yaml_samples/netlist_ipc_1.kibot.yaml @@ -0,0 +1,12 @@ +# This is a working example. +# For a more complete reference use `--example` +kibot: + version: 1 + +outputs: + - name: ipc_netlist + comment: IPC-D-356 netlist for testing + type: netlist + dir: Export + options: + format: ipc