treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / tools / testing / selftests / static_keys / Makefile
blobaa64104c78605b06d904680eb8f796c93b809ba3
1 # SPDX-License-Identifier: GPL-2.0-only
2 # Makefile for static keys selftests
4 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
5 all:
7 TEST_PROGS := test_static_keys.sh
9 include ../lib.mk