Skip to content
Snippets Groups Projects
Commit eb511c47 authored by Timur Safin's avatar Timur Safin Committed by Igor Munkin
Browse files

test: make cbus_call.test tap-compatible

NO_DOC=internal
NO_CHANGELOG=internal
parent 5dcdaccb
No related branches found
No related tags found
No related merge requests found
#include "exception.h"
#include "memory.h"
#include "cbus.h"
#define UNIT_TAP_COMPATIBLE 1
#include "unit.h"
static struct fiber *caller_fiber;
......
*** main ***
1..4
ok 1 - cbus_call ordinary
ok 2 - cbus_call timeout
ok 3 - cbus_call wakeup
ok 4 - cbus_call cancel
*** main: done ***
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment