Skip to content

Commit

Permalink
Add dncp include, define iids in pal.cpp for tests, increase discover…
Browse files Browse the repository at this point in the history
…y timeout for windows
  • Loading branch information
jkoritzinsky authored Dec 25, 2023
1 parent e327198 commit a4f5625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/regpal/pal.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define DNCP_DEFINE_GUID
#include "pal.hpp"
#include <dncp.h>

#ifdef _WIN32
#define DNNE_API_OVERRIDE __declspec(dllimport)
Expand Down
1 change: 1 addition & 0 deletions test/regpal/pal.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef _TEST_REGPAL_PAL_H_
#define _TEST_REGPAL_PAL_H_

#include <dncp.h>
#include <cor.h>
#include <filesystem>
#include <internal/span.hpp>
Expand Down
2 changes: 1 addition & 1 deletion test/regtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ add_custom_command(TARGET regtest POST_BUILD
add_custom_command(TARGET regtest POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory ${RegressionLocatorDirectory} $<TARGET_FILE_DIR:regtest>)

gtest_discover_tests(regtest)
gtest_discover_tests(regtest DISCOVERY_TIMEOUT 10)

0 comments on commit a4f5625

Please sign in to comment.