mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
renamed integ test entry point file
This commit is contained in:
@@ -20,7 +20,7 @@ set(unittests
|
||||
)
|
||||
|
||||
set(integtests
|
||||
${root_dir}/src/integtest/IntegTestMain.cpp
|
||||
${root_dir}/src/integtest/Main.cpp
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
||||
@@ -101,6 +101,8 @@ TEST(CMSWindowsClipboardTests, close_isOpen_noErrors)
|
||||
// can't assert anything
|
||||
}
|
||||
|
||||
// looks like this test may fail intermittently:
|
||||
// * http://buildbot.synergy-foss.org:8000/builders/trunk-win32/builds/246/steps/shell_3/logs/stdio
|
||||
TEST(CMSWindowsClipboardTests, getTime_openWithNoEmpty_returnsOne)
|
||||
{
|
||||
CMSWindowsClipboard clipboard(NULL);
|
||||
|
||||
Reference in New Issue
Block a user