aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/testbmk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testbmk.c b/test/testbmk.c
index 03531d028..0e5c482f8 100644
--- a/test/testbmk.c
+++ b/test/testbmk.c
@@ -438,6 +438,9 @@ static msg_t thread8(void *p) {
chThdYield();
chThdYield();
(*(uint32_t *)p) += 4;
+#if defined(WIN32)
+ ChkIntSources();
+#endif
} while(!chThdShouldTerminate());
return 0;
}