From 97c46dd57c65ff596087c8b341926d1d2cbb6440 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Fri, 9 Aug 2019 12:40:35 -0400 Subject: Fix TeamCity CI issues (#1013) * Added CPU_REFLECTION test option - that has two versions of the reflection output depending on ptr size. * Added 'shared-library' test category. This category is disabled on CI targets that have issues. --- tests/cross-compile/cpp-resource-reflection.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cross-compile/cpp-resource-reflection.slang') diff --git a/tests/cross-compile/cpp-resource-reflection.slang b/tests/cross-compile/cpp-resource-reflection.slang index 122e7b4de..52884fe03 100644 --- a/tests/cross-compile/cpp-resource-reflection.slang +++ b/tests/cross-compile/cpp-resource-reflection.slang @@ -1,4 +1,4 @@ -//TEST:REFLECTION: -profile cs_5_0 -entry computeMain -target cpp +//TEST:CPU_REFLECTION: -profile cs_5_0 -entry computeMain -target cpp struct Thing -- cgit v1.2.3