From d696a0b692442686b8c337bc30608bdc8941f143 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 27 Mar 2020 12:43:09 +0000 Subject: [PATCH] tests: add additional verbosity --- test_libucontext.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_libucontext.c b/test_libucontext.c index a4a9b4c..7831edb 100644 --- a/test_libucontext.c +++ b/test_libucontext.c @@ -70,6 +70,9 @@ int main (int argc, const char *argv[]) { makecontext(&ctx[2], f2, 0); + printf("doing initial swapcontext\n"); + + swapcontext(&ctx[0], &ctx[2]);