aboutsummaryrefslogtreecommitdiffstats
path: root/libsmctrl_test_supreme_mask.c
blob: 620f5cf3165e802c4197882b074b7317f02e1a2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2025 Joshua Bakita
// Test environment variable LIBSMCTRL_MASK
// 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_SUPREME);
}