Forráskód Böngészése

Only test calibration in long test

Samuel Thibault 12 éve
szülő
commit
9275a87570
1 módosított fájl, 6 hozzáadás és 2 törlés
  1. 6 2
      tools/Makefile.am

+ 6 - 2
tools/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2012  Université de Bordeaux 1
+# Copyright (C) 2009-2013  Université de Bordeaux 1
 # Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
 #
 # StarPU is free software; you can redistribute it and/or modify
@@ -87,9 +87,13 @@ bin_PROGRAMS += 			\
 STARPU_TOOLS	+=			\
 	starpu_perfmodel_display	\
 	starpu_perfmodel_plot 		\
-	starpu_calibrate_bus		\
 	starpu_machine_display
 
+if STARPU_LONG_CHECK
+STARPU_TOOLS	+=			\
+	starpu_calibrate_bus
+endif
+
 noinst_PROGRAMS =	cbc2paje lp2paje
 
 dist_bin_SCRIPTS +=			\