From db27f1251b008280a29d540b4f8ab2a38a0d80af Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 12 Jan 2022 23:34:23 +0530 Subject: debug: Autogenerate _FORTIFY_SOURCE tests Rename debug/tst-chk1.c to debug/tst-fortify.c and add make hackery to autogenerate tests with different macros enabled to build and run the same test with different configurations as well as different fortification levels. The change also ends up expanding the -lfs tests to include _FORTIFY_SOURCE=3. Signed-off-by: Siddhesh Poyarekar Reviewed-by: Adhemerval Zanella --- debug/tst-lfschk6.cc | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 debug/tst-lfschk6.cc (limited to 'debug/tst-lfschk6.cc') diff --git a/debug/tst-lfschk6.cc b/debug/tst-lfschk6.cc deleted file mode 100644 index 50a1ae1258..0000000000 --- a/debug/tst-lfschk6.cc +++ /dev/null @@ -1,2 +0,0 @@ -#define _FILE_OFFSET_BITS 64 -#include "tst-chk3.c" -- cgit 1.4.1