summaryrefslogtreecommitdiff
path: root/test/bbackupd
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-13 23:44:05 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-13 23:50:09 +0000
commit004c1d3b39f045f0f3935f6ca7cb9cb1960573ea (patch)
tree0382f1c6a41f3530c01fc5b78eb02eb2de18f017 /test/bbackupd
parent2cf3fbbfe6888115ca63909fd48dc0357b46a56a (diff)
Add CTest configurations to CMake. Make some tests work on Windows/MSVC.
Diffstat (limited to 'test/bbackupd')
-rw-r--r--test/bbackupd/testbbackupd.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index 4b843e6a..a9855250 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -35,6 +35,10 @@
#include <signal.h>
#endif
+#ifdef WIN32
+ #include <process.h>
+#endif
+
#include <map>
#ifdef HAVE_SYSCALL