aboutsummaryrefslogblamecommitdiffstats
path: root/libsmctrl_test_next_mask_override.c
blob: 6e2f9d7ef4e1d5f0d207c0c392db52399e8e3b04 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                             
// Copyright 2024 Joshua Bakita
// Test that libsmctrl_set_next_mask() overrides the global and stream masks.
// All types of partitioning use the same test, so this file is trival.

#include "libsmctrl_test_mask_shared.h"

int main() {
  return test_constrained_size_and_location(PARTITION_NEXT_OVERRIDE);
}