The ROme OpTimistic Simulator  3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
integration_parallel_multi.c File Reference

Test: integration test of the parallel runtime with actual concurrency. More...

+ Include dependency graph for integration_parallel_multi.c:

Go to the source code of this file.

Variables

static const char * test_arguments []
 
const struct test_config test_config
 The test configuration object, must be defined by the test sources. More...
 

Detailed Description

Test: integration test of the parallel runtime with actual concurrency.

Definition in file integration_parallel_multi.c.

Variable Documentation

◆ test_arguments

const char* test_arguments[]
static
Initial value:
= {
"--lp",
"64",
NULL
}

Definition at line 13 of file integration_parallel_multi.c.

◆ test_config

const struct test_config test_config
Initial value:
= {
.test_arguments = test_arguments,
.expected_output = model_expected_output_64,
.expected_output_size = sizeof(model_expected_output_64)
}

The test configuration object, must be defined by the test sources.

Definition at line 19 of file integration_parallel_multi.c.