diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-05-07 21:31:05 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-05-07 21:31:05 -0400 |
commit | 93c1c9804c78fb8851b5c1eb2118b2ad1237d650 (patch) | |
tree | b76eba5ebaf2c4fbef36f37a2e51d117073363b5 /tests/bench/Makefile | |
parent | 9e5b201abb0ae1135e4f6567c7f4763150aab501 (diff) | |
download | sha3-93c1c9804c78fb8851b5c1eb2118b2ad1237d650.tar.bz2 sha3-93c1c9804c78fb8851b5c1eb2118b2ad1237d650.zip |
tests/bench/Makefile: add test target
Diffstat (limited to 'tests/bench/Makefile')
-rw-r--r-- | tests/bench/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bench/Makefile b/tests/bench/Makefile index 307cb23..deb00b2 100644 --- a/tests/bench/Makefile +++ b/tests/bench/Makefile @@ -7,6 +7,9 @@ OBJS=sha3.o bench.o .PHONY=all test clean +test: all + $(APP) + all: $(APP) $(APP): $(OBJS) |