]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/testing/selftests/x86/Makefile
x86, selftests: Add single_step_syscall test
[karo-tx-linux.git] / tools / testing / selftests / x86 / Makefile
index f0a7918178ddb890f85847b036b1f2588759a000..ddf63569df5ae166e466901aa1a60e1b194fe508 100644 (file)
@@ -1,6 +1,6 @@
 .PHONY: all all_32 all_64 check_build32 clean run_tests
 
-TARGETS_C_BOTHBITS := sigreturn
+TARGETS_C_BOTHBITS := sigreturn single_step_syscall
 
 BINARIES_32 := $(TARGETS_C_BOTHBITS:%=%_32)
 BINARIES_64 := $(TARGETS_C_BOTHBITS:%=%_64)