The ROme OpTimistic Simulator
3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
integration_parallel_multi.c
Go to the documentation of this file.
1
9
#include <
test.h
>
10
11
#include <
integration/model/application.h
>
12
13
static
const
char
*
test_arguments
[] = {
14
"--lp"
,
15
"64"
,
16
NULL
17
};
18
19
const
struct
test_config
test_config
= {
20
.
test_arguments
=
test_arguments
,
21
.expected_output = model_expected_output_64,
22
.expected_output_size =
sizeof
(model_expected_output_64)
23
};
test_config
A complete test configuration.
Definition:
test.h:22
test.h
Test framework header.
test_config::test_arguments
const char ** test_arguments
The command line arguments passed to the wrapped main function.
Definition:
test.h:39
application.h
Header of the model used to verify the runtime correctness.
test
integration
integration_parallel_multi.c
Generated by
1.8.17