From 9f554a72b01705ebf6be66143c5e69b09b3c1372 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 28 Jan 2022 07:33:30 -0300 Subject: Init project: copy files and skeletons from others --- tests/c/resources/a-file-to-be-read-in-the-test.txt | 3 +++ tests/c/resources/an-empty-file.txt | 0 2 files changed, 3 insertions(+) create mode 100644 tests/c/resources/a-file-to-be-read-in-the-test.txt create mode 100644 tests/c/resources/an-empty-file.txt (limited to 'tests/c') diff --git a/tests/c/resources/a-file-to-be-read-in-the-test.txt b/tests/c/resources/a-file-to-be-read-in-the-test.txt new file mode 100644 index 0000000..762cf0f --- /dev/null +++ b/tests/c/resources/a-file-to-be-read-in-the-test.txt @@ -0,0 +1,3 @@ +A file with some content +that should be read when +running the unit tests. diff --git a/tests/c/resources/an-empty-file.txt b/tests/c/resources/an-empty-file.txt new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3