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

Test: integration test of the serial runtime. More...

+ Include dependency graph for integration_serial.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 serial runtime.

Definition in file integration_serial.c.

Variable Documentation

◆ test_arguments

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

Definition at line 13 of file integration_serial.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 20 of file integration_serial.c.