Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
stitchEm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Franco (nextime) Lanza
stitchEm
Commits
37ead7d4
Commit
37ead7d4
authored
Apr 25, 2019
by
Wieland Morgenstern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
label longer lib tests as `lib slow gpu`
parent
09bf798e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
CMakeLists.txt
lib/src/test/CMakeLists.txt
+7
-7
No files found.
lib/src/test/CMakeLists.txt
View file @
37ead7d4
...
...
@@ -159,7 +159,7 @@ else(STAGING)
endif
()
# removes the cache dir which is used by other tests
add_vs_test_arg
(
DirUtilsTest dirutilstest.cpp
"
cmd
"
""
)
add_vs_test_arg
(
DirUtilsTest dirutilstest.cpp
"
lib
"
""
)
#unit tests that doesn't link with the lib but compiles needed parts of it
...
...
@@ -174,10 +174,10 @@ else(STAGING)
endif
(
WINDOWS
)
# loads large images, not fast enough to be unit test
add_vs_test_arg
(
CompressionTest compressionTest.cpp
"
cmd
"
""
)
add_vs_test_arg
(
CompressionTest compressionTest.cpp
"
lib
"
""
)
# can't run in parallel
add_vs_test_arg
(
ReaderControllerAsyncTest readerControllerAsyncTest.cpp
"
cmd
gpu"
""
)
add_vs_test_arg
(
ReaderControllerAsyncTest readerControllerAsyncTest.cpp
"
lib slow
gpu"
""
)
if
(
NOT LINUX OR
${
GPU_BACKEND_DEFAULT
}
STREQUAL CUDA
)
# VSA-7248
...
...
@@ -209,15 +209,15 @@ else(STAGING)
add_vs_lib_gpu_test
(
SpaceTransformTest spaceTransformTest.cpp
)
add_vs_lib_gpu_test
(
ProcessorsTest processorsTest.cpp
)
add_vs_test_arg
(
ContourMatchingTest contourMatchingTest.cpp
"
cmd
gpu"
""
${
OpenCV_LIBRARIES
}
)
add_vs_test_arg
(
CoordTransformTest coordTransformTest.cpp
"
cmd
gpu"
""
)
add_vs_test_arg
(
MaskInterpolationTest maskInterpolationTest.cpp
"
cmd
gpu"
""
)
add_vs_test_arg
(
ContourMatchingTest contourMatchingTest.cpp
"
lib slow
gpu"
""
${
OpenCV_LIBRARIES
}
)
add_vs_test_arg
(
CoordTransformTest coordTransformTest.cpp
"
lib slow
gpu"
""
)
add_vs_test_arg
(
MaskInterpolationTest maskInterpolationTest.cpp
"
lib slow
gpu"
""
)
endif
(
${
GPU_BACKEND_DEFAULT
}
STREQUAL CUDA
)
set
(
OrahAudioSyncTest_Example
${
VS_ASSETS
}
/orah_audio/test.wav
)
if
(
EXISTS
${
OrahAudioSyncTest_Example
}
)
add_vs_test_arg
(
OrahAudioSyncTest orahAudioSyncTest.cpp
"
unit
"
${
OrahAudioSyncTest_Example
}
)
add_vs_test_arg
(
OrahAudioSyncTest orahAudioSyncTest.cpp
"
lib
"
${
OrahAudioSyncTest_Example
}
)
endif
()
endif
(
STAGING
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment