commit ece1cad1fa489cba56515be4f3c23a8d899f5ebd
parent d3a05853f0ced8036098d94219bbbb3c4bd16b6c
Author: Remy Noulin <loader2x@gmail.com>
Date: Tue, 12 May 2020 12:52:01 +0200
fix libsheepy.c tests
src/dirTest.null/symlinkLoop | 1 +
src/linkTest.null | 1 +
src/renameTest.null | 0
src/runCuTest.sh | 1 +
src/writeOnlyText.null | 0
5 files changed, 3 insertions(+)
Diffstat:
5 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/dirTest.null/symlinkLoop b/src/dirTest.null/symlinkLoop
@@ -0,0 +1 @@
+..+
\ No newline at end of file
diff --git a/src/linkTest.null b/src/linkTest.null
@@ -0,0 +1 @@
+textTest.null+
\ No newline at end of file
diff --git a/src/renameTest.null b/src/renameTest.null
diff --git a/src/runCuTest.sh b/src/runCuTest.sh
@@ -4,6 +4,7 @@ gcc -mrdrnd -DunitTest -g3 -std=gnu99 -fprofile-arcs -ftest-coverage -pipe -c -o
gcc -o libsheepyCuTest libsheepyCuTest.o CuTest.o libsheepy.o -pthread -rdynamic -fprofile-arcs -ftest-coverage
chmod 222 writeOnlyText.null
+touch chmodTest.null
./libsheepyCuTest
gcov -b libsheepy.c
chmod 644 writeOnlyText.null
diff --git a/src/writeOnlyText.null b/src/writeOnlyText.null