From b8a5fd74a4823b9fbf6194b0b94226f9f044756d Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 8 May 2024 17:57:46 -0400 Subject: sha3.c, Makefile: s/SHA3_TEST/TEST_SHA3/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07030a0..6172393 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ $(LIB): $(LIB_OBJS) # build and run test suite with sanitizers test: - $(CC) -o $(TEST_APP) $(TEST_CFLAGS) -DSHA3_TEST sha3.c && $(TEST_APP) + $(CC) -o $(TEST_APP) $(TEST_CFLAGS) -DTEST_SHA3 sha3.c && $(TEST_APP) # build API documentation (requires doxygen) doc: -- cgit v1.2.3