Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
0e94ddf3
Commit
0e94ddf3
authored
Jan 20, 2014
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #842 from ipechorin/master
Fix compilation of tests on MSVC 2008
parents
aaeae8de
ebb51d79
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+0
-1
testutil.hpp
tests/testutil.hpp
+1
-0
No files found.
CMakeLists.txt
View file @
0e94ddf3
...
@@ -622,7 +622,6 @@ set(tests
...
@@ -622,7 +622,6 @@ set(tests
test_timeo
test_timeo
test_many_sockets
test_many_sockets
test_diffserv
test_diffserv
test_connect_rid
)
)
if
(
NOT WIN32
)
if
(
NOT WIN32
)
list
(
APPEND tests
list
(
APPEND tests
...
...
tests/testutil.hpp
View file @
0e94ddf3
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "../include/zmq.h"
#include "../include/zmq.h"
#include "../include/zmq_utils.h"
#include "../include/zmq_utils.h"
#include "../src/stdint.hpp"
#include "platform.hpp"
#include "platform.hpp"
// This defines the settle time used in tests; raise this if we
// This defines the settle time used in tests; raise this if we
...
...
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