LCOV - code coverage report
Current view: top level - core/test/compiler - compiler_test.c Hit Total Coverage
Test: ROOT-Sim master Documentation Coverage Lines: 1 2 50.0 %
Date: 2021-03-25 15:11:55

          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             : };

Generated by: LCOV version 1.14