Squashed 'libs/CommService/' content from commit 7ccc0fc
git-subtree-dir: libs/CommService git-subtree-split: 7ccc0fce88bbc5969df060058cf0fb57abe3bcf9
This commit is contained in:
17
libs/CLI11/tests/link_test_2.cpp
Normal file
17
libs/CLI11/tests/link_test_2.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner
|
||||
// under NSF AWARD 1414736 and by the respective contributors.
|
||||
// All rights reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#include "CLI/CLI.hpp"
|
||||
#include "CLI/Timer.hpp"
|
||||
#include "catch.hpp"
|
||||
|
||||
int do_nothing();
|
||||
|
||||
// Verifies there are no unguarded inlines
|
||||
TEST_CASE("Link: DoNothing", "[link]") {
|
||||
int a = do_nothing();
|
||||
CHECK(a == 7);
|
||||
}
|
||||
Reference in New Issue
Block a user