From 1455ccdc2a4ad9eae327ea68062def2ca284f567 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 1 Aug 2020 14:24:03 -0300 Subject: [PATCH] Added missing config file for last test. --- tests/yaml_samples/int_bom_include_dnf.kiplot.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/yaml_samples/int_bom_include_dnf.kiplot.yaml diff --git a/tests/yaml_samples/int_bom_include_dnf.kiplot.yaml b/tests/yaml_samples/int_bom_include_dnf.kiplot.yaml new file mode 100644 index 00000000..8d27fbdf --- /dev/null +++ b/tests/yaml_samples/int_bom_include_dnf.kiplot.yaml @@ -0,0 +1,13 @@ +# Example KiPlot config file +kiplot: + version: 1 + +outputs: + - name: 'bom_internal' + comment: "Bill of Materials in CSV format" + type: bom + dir: BoM + options: + ignore_dnf: false + format: CSV +