Line data Source code
1 1 : /** 2 : * @file test/integration/integration_parallel_single.c 3 : * 4 : * @brief Test: integration test of the parallel runtime with one single thread 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 : "--wt", 17 : "1", 18 : "--no-bind", 19 : NULL 20 : }; 21 : 22 : const struct test_config test_config = { 23 : .test_arguments = test_arguments 24 : };