Skip to content

Commit

Permalink
Fix naming of unit test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jennloe committed Apr 1, 2022
1 parent 819048b commit 7bfac28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_test/batched/ode/Test_Batched_ODE.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef TEST_BATCHED_ODE_HPP
#define TEST_BATCHED_ODE_HPP

#include <Test_Batched_ODE_Dummy.hpp>
#include <Test_Batched_ODE_Perf.hpp>
#include <Test_Batched_ODE_Solve.hpp>
#include <Test_Batched_ODE_Performance.hpp>

#endif // TEST_BATCHED_ODE_HPP

0 comments on commit 7bfac28

Please sign in to comment.