Skip to content

Commit

Permalink
forgot a test
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Jun 11, 2024
1 parent 8e60a35 commit 1400495
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/resonanceReconstruction/rmatrix/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
add_executable( resonanceReconstruction.rmatrix.test rmatrix.test.cpp )
target_link_libraries( resonanceReconstruction.rmatrix.test PUBLIC resonanceReconstruction )
add_test( NAME resonanceReconstruction.rmatrix COMMAND resonanceReconstruction.rmatrix.test )
add_cpp_test( rmatrix rmatrix.test.cpp )
7 changes: 5 additions & 2 deletions src/resonanceReconstruction/rmatrix/test/rmatrix.test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#define CATCH_CONFIG_MAIN
// include Catch2
#include <catch2/catch_test_macros.hpp>
#include <catch2/catch_approx.hpp>
using Catch::Approx;

#include "catch.hpp"
// what we are testing
#include "resonanceReconstruction/rmatrix.hpp"

using namespace njoy::resonanceReconstruction;
Expand Down

0 comments on commit 1400495

Please sign in to comment.