summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-07-09 12:27:12 +0200
committerjvoisin2023-07-09 12:27:12 +0200
commit6939c9e0c241bb348c006d07ee423ed5aeb0e707 (patch)
tree40cbb2aa1bc7d1bf501d503086179e31c57a0f7f /tests/Makefile
parentf774a4977fbc497b85417bcbc1fa9b3f3220164a (diff)
Fix a couple of warnings
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index f8cd843..30cd08b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -3,7 +3,6 @@ CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2
3TARGETS= \ 3TARGETS= \
4 test_fgets \ 4 test_fgets \
5 test_bcopy_static_write \ 5 test_bcopy_static_write \
6 test_bcopy_dynamic_write \
7 test_bcopy_static_read \ 6 test_bcopy_static_read \
8 test_bcopy_dynamic_read \ 7 test_bcopy_dynamic_read \
9 test_bcopy_dynamic_write \ 8 test_bcopy_dynamic_write \