Line data Source code
1 1 : /** 2 : * @file test/compiler/compiler_test.c 3 : * 4 : * @brief Test: compiler wrapper 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 : // FIXME this test is totally dummy and useless 12 : 13 0 : static const char *test_arguments[] = { 14 : "--version", 15 : NULL 16 : }; 17 : 18 : const struct test_config test_config = { 19 : .test_arguments = test_arguments 20 : };