From 542d5340bb882cde92ec9afc90e7a4308e00ac0b Mon Sep 17 00:00:00 2001 From: Michele Date: Tue, 1 Nov 2022 12:04:19 +0100 Subject: [PATCH] added the .csv files in the helloworld --- .gitignore | 1 - test/examples/check_0.csv | 2 ++ test/examples/control.csv | 3 +++ test/examples/source_0.csv | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 test/examples/check_0.csv create mode 100644 test/examples/control.csv create mode 100644 test/examples/source_0.csv diff --git a/.gitignore b/.gitignore index 6657336..6d97c69 100644 --- a/.gitignore +++ b/.gitignore @@ -41,5 +41,4 @@ ncvlog.log ConnectedPinsLog.txt UnconnectedPinsLog.txt *.os -*.csv *.so diff --git a/test/examples/check_0.csv b/test/examples/check_0.csv new file mode 100644 index 0000000..ff69361 --- /dev/null +++ b/test/examples/check_0.csv @@ -0,0 +1,2 @@ +1;3 +2;2 diff --git a/test/examples/control.csv b/test/examples/control.csv new file mode 100644 index 0000000..f33bb3b --- /dev/null +++ b/test/examples/control.csv @@ -0,0 +1,3 @@ +1;2 +1;0 +2;0 diff --git a/test/examples/source_0.csv b/test/examples/source_0.csv new file mode 100644 index 0000000..ff69361 --- /dev/null +++ b/test/examples/source_0.csv @@ -0,0 +1,2 @@ +1;3 +2;2