diff options
| author | EuAndreh <eu@euandre.org> | 2022-01-28 07:33:30 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-01-01 12:35:01 -0300 |
| commit | 9f554a72b01705ebf6be66143c5e69b09b3c1372 (patch) | |
| tree | fadf04038b2d5df32fd4b5bc93ba291269c322a0 /tests/c | |
| download | pindaiba-9f554a72b01705ebf6be66143c5e69b09b3c1372.tar.gz pindaiba-9f554a72b01705ebf6be66143c5e69b09b3c1372.tar.xz | |
Init project: copy files and skeletons from others
Diffstat (limited to 'tests/c')
| -rw-r--r-- | tests/c/resources/a-file-to-be-read-in-the-test.txt | 3 | ||||
| -rw-r--r-- | tests/c/resources/an-empty-file.txt | 0 |
2 files changed, 3 insertions, 0 deletions
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 --- /dev/null +++ b/tests/c/resources/an-empty-file.txt |
