blob: d8895dfc428182216559a41e41084774343ce515 (
plain) (
tree)
|
|
// Copyright 2024 Joshua Bakita
// Test libsmctrl_set_stream_mask_ext().
// 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);
}
|