mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-19 21:16:54 +02:00
Port tests to windows and add to cmake build.
This commit is contained in:
@@ -20,12 +20,11 @@
|
||||
#include "../include/zmq.h"
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#undef NDEBUG
|
||||
#include <assert.h>
|
||||
#include "testutil.hpp"
|
||||
|
||||
int main (void)
|
||||
{
|
||||
setup_test_environment();
|
||||
void *ctx = zmq_ctx_new ();
|
||||
assert (ctx);
|
||||
|
||||
|
Reference in New Issue
Block a user