File: inproc.c

package info (click to toggle)
nng 1.11-2
  • links: PTS
  • area: main
  • in suites: sid
  • size: 5,608 kB
  • sloc: ansic: 77,673; sh: 321; cpp: 62; makefile: 30
file content (20 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2017 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
// file was obtained (LICENSE.txt).  A copy of the license may also be
// found online at https://opensource.org/licenses/MIT.
//

#include "convey.h"
#include "trantest.h"

#include "core/nng_impl.h"

// Inproc tests.

TestMain("Inproc Transport", {
	trantest_test_all("inproc://TEST_%u");
})