]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - tools/testing/selftests/powerpc/math/Makefile
selftests/powerpc: Test preservation of FPU and VMX regs across preemption
[mirror_ubuntu-zesty-kernel.git] / tools / testing / selftests / powerpc / math / Makefile
index 418bef192eab0e22f44ceb2486760e2826715c34..b6f41580570174debd99a24f29b819e6c8d358ff 100644 (file)
@@ -1,4 +1,4 @@
-TEST_PROGS := fpu_syscall vmx_syscall
+TEST_PROGS := fpu_syscall fpu_preempt vmx_syscall vmx_preempt
 
 all: $(TEST_PROGS)
 
@@ -6,7 +6,10 @@ $(TEST_PROGS): ../harness.c
 $(TEST_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
 
 fpu_syscall: fpu_asm.S
+fpu_preempt: fpu_asm.S
+
 vmx_syscall: vmx_asm.S
+vmx_preempt: vmx_asm.S
 
 include ../../lib.mk