diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-05-08 17:57:46 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-05-08 17:57:46 -0400 |
commit | b8a5fd74a4823b9fbf6194b0b94226f9f044756d (patch) | |
tree | 6c5cf94c9a7afabe1d973107623c4472583b94e9 /Makefile | |
parent | 4f88100078fc6b704707ad31534c549e31f14215 (diff) | |
download | sha3-b8a5fd74a4823b9fbf6194b0b94226f9f044756d.tar.bz2 sha3-b8a5fd74a4823b9fbf6194b0b94226f9f044756d.zip |
sha3.c, Makefile: s/SHA3_TEST/TEST_SHA3/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |