blob: 7faa9e5f8d5c7d043ab6ff20f9ce23139860e5eb (
plain) (
tree)
|
|
// Copyright 2023 Joshua Bakita
// Test libsmctrl_set_global_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_NEXT);
}
|