Makefile 170 B

12345678
  1. # Makefile for static keys selftests
  2. # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
  3. all:
  4. TEST_PROGS := test_static_keys.sh
  5. include ../lib.mk