Skip to content

Commit

Permalink
Merge pull request #2584 from jeffin143/catch-test-part-2
Browse files Browse the repository at this point in the history
Catch test part 2
  • Loading branch information
rcurtin committed Oct 6, 2020
2 parents 6ec3912 + fbd67be commit d1af492
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 276 deletions.
4 changes: 2 additions & 2 deletions src/mlpack/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ add_executable(mlpack_test
augmented_rnns_tasks_test.cpp
callback_test.cpp
cf_test.cpp
cli_binding_test.cpp
io_test.cpp
cosine_tree_test.cpp
dcgan_test.cpp
drusilla_select_test.cpp
Expand Down Expand Up @@ -114,6 +112,7 @@ add_executable(mlpack_catch_test
bias_svd_test.cpp
binarize_test.cpp
block_krylov_svd_test.cpp
cli_binding_test.cpp
convolutional_network_test.cpp
convolution_test.cpp
cv_test.cpp
Expand All @@ -125,6 +124,7 @@ add_executable(mlpack_catch_test
feedforward_network_test.cpp
image_load_test.cpp
imputation_test.cpp
io_test.cpp
kernel_pca_test.cpp
kernel_test.cpp
kernel_traits_test.cpp
Expand Down

0 comments on commit d1af492

Please sign in to comment.