- 16 Mar, 2018 8 commits
-
-
Luca Boccassi authored
Migrate further tests to unity
-
Simon Giesecke authored
Solution: migrate to unity, merge into test_radio_dish, and split up test cases
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity, and split test cases
-
Simon Giesecke authored
Solution: migrate to unity, and split test cases
-
Simon Giesecke authored
Solution: Moved bind_loopback_ipv4 to testutil_unity to allow for reuse
-
Doron Somech authored
Fix for #2997
-
Kachanovskiy authored
-
- 15 Mar, 2018 12 commits
-
-
Luca Boccassi authored
Problem: Documentation missing for ZMQ_METADATA socket option
-
Luca Boccassi authored
Migrate further tests to unity, and split up into individual test cases
-
Pontus Sköldström authored
-
Simon Giesecke authored
Solution: split test case
-
Simon Giesecke authored
Solution: split test case
-
Simon Giesecke authored
Solution: split test case
-
Simon Giesecke authored
Solution: migrate to unity, and split test cases
-
Simon Giesecke authored
Solution: migrate to unity, and split test cases
-
Simon Giesecke authored
Solution: migrate to unity, and reduce code duplication
-
Luca Boccassi authored
Problem: no support for ZMTP 3.1 application metadata
-
Simon Giesecke authored
Solution: add appropriate definitions to build
-
Simon Giesecke authored
Solution: migrate to unit and split up test cases
-
- 14 Mar, 2018 17 commits
-
-
Luca Boccassi authored
Migrate more tests to unity
-
Simon Giesecke authored
Solution: add unity dependencies/flags
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
-
Simon Giesecke authored
Solution: split up test case
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
Solution: migrate to unity
-
Luca Boccassi authored
Problem: test assertion failures do not clean up properly
-
Pontus Sköldström authored
Lets the application set per-connection metadata. Metadata is specified as "X-key:value" and set using zmq_setsockopt, eg: zmq_setsockopt (s, ZMQ_METADATA, "X-key:value", 11); The peer can then obtain the metadata from a received message: char *data = zmq_msg_gets(msg, "X-key");
-
Simon Giesecke authored
Solution: add guidelines to tests/README.md
-
Simon Giesecke authored
Solution: provide test_context and manage sockets of test_context via setup and teardown
-
Luca Boccassi authored
Migrate further tests (test_hwm, test_router_mandatory) to unity
-
Simon Giesecke authored
Solution: removed
-
Simon Giesecke authored
Solution: fixed description for building tests, added references to unity and unittests
-
Simon Giesecke authored
Solution: migrate to unity
-
- 12 Mar, 2018 3 commits
-
-
Luca Boccassi authored
Missing IMPORTED_LOCATION_<CONFIG>property for shared-library import-targets (see zeromq/libzmq#2985)
-
Luca Boccassi authored
Fixes for mingw cross-compilation
-
Steffen Wittmeier authored
-