blob: 5098d176d145e59d6448691032e8ee595e13134e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// Copyright 2024 Joshua Bakita
// Test that libsmctrl_set_stream_mask_ext() overrides the 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_STREAM_OVERRIDE);
}
|