Port tests to windows and add to cmake build.

This commit is contained in:
Richard Newton
2013-08-17 13:43:45 +01:00
parent e16a6af0c7
commit 7f74fc7c99
38 changed files with 171 additions and 108 deletions

View File

@@ -19,9 +19,7 @@
#include "../include/zmq.h"
#include <string.h>
#include <stdbool.h>
#undef NDEBUG
#include <assert.h>
#include "testutil.hpp"
// ZMTP protocol greeting structure
@@ -222,6 +220,7 @@ test_stream_to_stream (void)
int main (void)
{
setup_test_environment();
test_stream_to_dealer ();
test_stream_to_stream ();
}