From 5827cef597d2b9b87b950c9b50023d11b1363c04 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 23 Jun 2023 00:28:01 +0200 Subject: Add a test for fgets --- tests/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 0e415a5..ee43a93 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,7 +2,9 @@ CC=../x86_64-linux-musl-native/bin/gcc GCOV=../x86_64-linux-musl-native/bin/gcov CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -TARGETS=test_memcpy_static_write \ +TARGETS= \ + test_fgets \ + test_memcpy_static_write \ test_memcpy_dynamic_write \ test_memcpy_static_read \ test_memcpy_dynamic_read \ -- cgit v1.3