aboutsummaryrefslogtreecommitdiff
path: root/tests/bench
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-07 21:31:05 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-07 21:31:05 -0400
commit93c1c9804c78fb8851b5c1eb2118b2ad1237d650 (patch)
treeb76eba5ebaf2c4fbef36f37a2e51d117073363b5 /tests/bench
parent9e5b201abb0ae1135e4f6567c7f4763150aab501 (diff)
downloadsha3-93c1c9804c78fb8851b5c1eb2118b2ad1237d650.tar.bz2
sha3-93c1c9804c78fb8851b5c1eb2118b2ad1237d650.zip
tests/bench/Makefile: add test target
Diffstat (limited to 'tests/bench')
-rw-r--r--tests/bench/Makefile3
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)