The ROme OpTimistic Simulator  3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
integration_parallel_single.c
Go to the documentation of this file.
1 
9 #include <test.h>
10 
12 
13 static const char *test_arguments[] = {
14  "--lp",
15  "64",
16  "--wt",
17  "1",
18  NULL
19 };
20 
21 const struct test_config test_config = {
23  .expected_output = model_expected_output_64,
24  .expected_output_size = sizeof(model_expected_output_64)
25 };
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.