summaryrefslogtreecommitdiffstats
path: root/tests/compute
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute')
-rw-r--r--tests/compute/simple.slang6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/compute/simple.slang b/tests/compute/simple.slang
index c62f88d5e..110a590a1 100644
--- a/tests/compute/simple.slang
+++ b/tests/compute/simple.slang
@@ -1,5 +1,11 @@
//TEST(smoke,compute):COMPARE_COMPUTE: -shaderobj
//TEST(smoke,compute):COMPARE_COMPUTE:-cpu -shaderobj
+//TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-cpu -shaderobj
+
+// CHECK: 0
+// CHECK-NEXT: 3F800000
+// CHECK-NEXT: 40000000
+// CHECK-NEXT: 40400000
// This is a basic test for Slang compute shader.