aboutsummaryrefslogtreecommitdiffstats
path: root/libsmctrl_test_next_mask.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsmctrl_test_next_mask.c')
-rw-r--r--libsmctrl_test_next_mask.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libsmctrl_test_next_mask.c b/libsmctrl_test_next_mask.c
new file mode 100644
index 0000000..7faa9e5
--- /dev/null
+++ b/libsmctrl_test_next_mask.c
@@ -0,0 +1,10 @@
1// Copyright 2023 Joshua Bakita
2// Test libsmctrl_set_global_mask().
3// All types of partitioning use the same test, so this file is trival.
4
5#include "libsmctrl_test_mask_shared.h"
6
7int main() {
8 return test_constrained_size_and_location(PARTITION_NEXT);
9}
10