diff options
| author | Joshua Bakita <bakitajoshua@gmail.com> | 2023-11-29 18:00:31 -0500 |
|---|---|---|
| committer | Joshua Bakita <bakitajoshua@gmail.com> | 2023-11-29 18:24:25 -0500 |
| commit | 8062646a185baa6d3934d1e19743ac671e943fa8 (patch) | |
| tree | e00b4a15b143262c6a5865393cd8a6d94116d50b /libsmctrl_test_stream_mask.c | |
| parent | 3c075c8f71a7c85d735018143fc13a6eb91813eb (diff) | |
Add a README and tests for stream masking and next masking
Also rewrite the global masking test to be much more thorough.
Diffstat (limited to 'libsmctrl_test_stream_mask.c')
| -rw-r--r-- | libsmctrl_test_stream_mask.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libsmctrl_test_stream_mask.c b/libsmctrl_test_stream_mask.c new file mode 100644 index 0000000..063f934 --- /dev/null +++ b/libsmctrl_test_stream_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 | |||
| 7 | int main() { | ||
| 8 | return test_constrained_size_and_location(PARTITION_STREAM); | ||
| 9 | } | ||
| 10 | |||
