summaryrefslogtreecommitdiff
path: root/static_keys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'static_keys/Makefile')
-rw-r--r--static_keys/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/static_keys/Makefile b/static_keys/Makefile
new file mode 100644
index 0000000..9cdadf3
--- /dev/null
+++ b/static_keys/Makefile
@@ -0,0 +1,8 @@
+# Makefile for static keys selftests
+
+# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
+all:
+
+TEST_PROGS := test_static_keys.sh
+
+include ../lib.mk