From 93c1c9804c78fb8851b5c1eb2118b2ad1237d650 Mon Sep 17 00:00:00 2001
From: Paul Duncan <pabs@pablotron.org>
Date: Tue, 7 May 2024 21:31:05 -0400
Subject: tests/bench/Makefile: add test target

---
 tests/bench/Makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'tests')

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)
-- 
cgit v1.2.3