Skip to content

Commit

Permalink
Adjust test category per review
Browse files Browse the repository at this point in the history
Signed-off-by: Damien L-G <[email protected]>

Co-authored-by: Nathan Ellingwood <[email protected]>
  • Loading branch information
dalg24 and ndellingwood committed Dec 4, 2024
1 parent a8696ae commit dbeed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse/unit_test/Test_Sparse_StaticCrsGraph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ void run_test_graph4() {

} /* namespace TestStaticCrsGraph */

TEST(NotSureWhatGoesThere, staticcrsgraph) {
TEST(TestCategory, staticcrsgraph) {
TestStaticCrsGraph::run_test_graph<TestDevice>();
TestStaticCrsGraph::run_test_graph2<TestDevice>();
TestStaticCrsGraph::run_test_graph3<TestDevice>(1, 0);
Expand Down

0 comments on commit dbeed92

Please sign in to comment.