Line data Source code
1 1 : /** 2 : * @file test/models/model_test.c 3 : * 4 : * @brief The base configuration to test models 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 0 : #define ROOTSIM_TEST_LPS_COUNT "256" 12 : 13 0 : static const char *test_arguments[] = { 14 : "--lp", 15 : ROOTSIM_TEST_LPS_COUNT, 16 : NULL 17 : }; 18 : 19 : const struct test_config test_config = { 20 : .test_arguments = test_arguments, 21 : };