summaryrefslogtreecommitdiff
path: root/test/Unit/subvti3_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/subvti3_test.c')
-rw-r--r--test/Unit/subvti3_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/subvti3_test.c b/test/Unit/subvti3_test.c
index a579a1fc..6176bdfd 100644
--- a/test/Unit/subvti3_test.c
+++ b/test/Unit/subvti3_test.c
@@ -73,6 +73,8 @@ int main()
if (test__subvti3(-1, make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}