aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: