diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-08-09 12:40:35 -0400 |
|---|---|---|
| committer | Tim Foley <tfoleyNV@users.noreply.github.com> | 2019-08-09 09:40:35 -0700 |
| commit | 97c46dd57c65ff596087c8b341926d1d2cbb6440 (patch) | |
| tree | 123ea1cf7ee55137207df73b52660275bc57bf30 /tests/cpp-compiler/cpp-compile-shared-library.cpp | |
| parent | 41247c3942210df33b9e3dd733eafb23573a4f2f (diff) | |
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.
Diffstat (limited to 'tests/cpp-compiler/cpp-compile-shared-library.cpp')
| -rw-r--r-- | tests/cpp-compiler/cpp-compile-shared-library.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/cpp-compiler/cpp-compile-shared-library.cpp b/tests/cpp-compiler/cpp-compile-shared-library.cpp index 8b70f258d..5341cd2fb 100644 --- a/tests/cpp-compiler/cpp-compile-shared-library.cpp +++ b/tests/cpp-compiler/cpp-compile-shared-library.cpp @@ -1,6 +1,4 @@ -//TEST(smoke):CPP_COMPILER_SHARED_LIBRARY: - -//#include <slang.h> +//TEST(smoke,shared-library):CPP_COMPILER_SHARED_LIBRARY: #include <stdlib.h> #include <stdio.h> |
