Line data Source code
1 1 : /** 2 : * @file test/integration/integration_serial.c 3 : * 4 : * @brief Test: integration test of the serial runtime 5 : * 6 : * SPDX-FileCopyrightText: 2008-2021 HPDCS Group <rootsim@googlegroups.com> 7 : * SPDX-License-Identifier: GPL-3.0-only 8 : */ 9 : #include <test.h> 10 : 11 : #include <integration/model/application.h> 12 : 13 0 : static const char *test_arguments[] = { 14 : "--lp", 15 : "256", 16 : "--serial", 17 : NULL 18 : }; 19 : 20 : const struct test_config test_config = { 21 : .test_arguments = test_arguments 22 : };