aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-08 17:57:46 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-08 17:57:46 -0400
commitb8a5fd74a4823b9fbf6194b0b94226f9f044756d (patch)
tree6c5cf94c9a7afabe1d973107623c4472583b94e9 /Makefile
parent4f88100078fc6b704707ad31534c549e31f14215 (diff)
downloadsha3-b8a5fd74a4823b9fbf6194b0b94226f9f044756d.tar.bz2
sha3-b8a5fd74a4823b9fbf6194b0b94226f9f044756d.zip
sha3.c, Makefile: s/SHA3_TEST/TEST_SHA3/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: