[mlpack-git] master: make test in correct order (34ac131)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Apr 29 14:43:30 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/ee384655c4462e422e343e9725437fd772ca4449...182d4a629c1b23f683dff7b284844e4e3e9f5cc4

>---------------------------------------------------------------

commit 34ac1319be1b24b756d8f5638a96c3112a67c757
Author: HurricaneTong <HurricaneTong at HurricaneTong.local>
Date:   Sat Jan 31 08:41:57 2015 +0800

    make test in correct order


>---------------------------------------------------------------

34ac1319be1b24b756d8f5638a96c3112a67c757
 src/mlpack/tests/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/CMakeLists.txt b/src/mlpack/tests/CMakeLists.txt
index e569506..cb9103d 100644
--- a/src/mlpack/tests/CMakeLists.txt
+++ b/src/mlpack/tests/CMakeLists.txt
@@ -21,7 +21,6 @@ add_executable(mlpack_test
   kernel_pca_test.cpp
   kernel_traits_test.cpp
   kmeans_test.cpp
-  mean_shift_test.cpp
   lars_test.cpp
   lbfgs_test.cpp
   lin_alg_test.cpp
@@ -34,6 +33,7 @@ add_executable(mlpack_test
   lsh_test.cpp
   math_test.cpp
   matrix_completion_test.cpp
+  mean_shift_test.cpp
   metric_test.cpp
   nbc_test.cpp
   nca_test.cpp



More information about the mlpack-git mailing list