The ROme OpTimistic Simulator  3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
integration_serial.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  "--serial",
17  NULL
18 };
19 
20 const struct test_config test_config = {
22  .expected_output = model_expected_output_64,
23  .expected_output_size = sizeof(model_expected_output_64)
24 };
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.