Skip to content
Snippets Groups Projects
Select Git revision
  • 5d672b71c5150e97eb72d33e330b2f852c2cd2fb
  • main default protected
  • convert-cookiecutter
  • expand-documentation
  • enable-security-dashboard
  • fix-clang-tidy
6 results

thello.cpp

Blame
  • Maik Nijhuis's avatar
    88043c67
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    thello.cpp 272 B
    // Copyright (C) ASTRON (Netherlands Institute for Radio Astronomy)
    // SPDX-License-Identifier: Apache-2.0
    
    #include "hello.hpp"
    
    #include <boost/test/unit_test.hpp>
    
    BOOST_AUTO_TEST_SUITE(hello)
    
    BOOST_AUTO_TEST_CASE(hello) { lib::Hello(); }
    
    BOOST_AUTO_TEST_SUITE_END()