[mlpack-svn] r15813 - mlpack/conf/jenkins-conf/benchmark

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Sep 18 15:54:35 EDT 2013


Author: marcus
Date: Wed Sep 18 15:54:35 2013
New Revision: 15813

Log:
Set correct unittest path.

Modified:
   mlpack/conf/jenkins-conf/benchmark/Makefile

Modified: mlpack/conf/jenkins-conf/benchmark/Makefile
==============================================================================
--- mlpack/conf/jenkins-conf/benchmark/Makefile	(original)
+++ mlpack/conf/jenkins-conf/benchmark/Makefile	Wed Sep 18 15:54:35 2013
@@ -130,4 +130,4 @@
 	g++ -O0 methods/shogun/src/kmeans.cpp -o methods/shogun/kmeans -I$(SHOGUN_PATH)/include -L$(SHOGUN_PATH)/lib -lshogun
 
 .checks:
-	$(PYTHON_BIN) $(BENCHMARKDDIR)/tests/tests.py
+	$(PYTHON_BIN) tests/tests.py



More information about the mlpack-svn mailing list