[yoda-svn] r235 - in trunk: . tests

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Aug 12 02:18:35 BST 2011


Author: buckley
Date: Fri Aug 12 02:18:35 2011
New Revision: 235

Log:
Make test environment use the pre-installation build

Modified:
   trunk/TODO
   trunk/tests/Makefile.am

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	Thu Aug 11 02:00:27 2011	(r234)
+++ trunk/TODO	Fri Aug 12 02:18:35 2011	(r235)
@@ -3,16 +3,17 @@
 
 NOW
 
-* Make test environment use the pre-installation build (AB)
-
 * Histo2D & Dbn2D: add Python interface mapping. (MICHAL)
   (done, compilation is fine, not tested yet, though)
 
 * Remove getBinHash from Axis2D and use private bin hash member for equality
   comparisons (MICHAL)
 
-* Implement hierarchy-cascading state-setting constructors for Histo1D and
-  Profile1D. (AB)
+* Implement hierarchy-cascading state-setting constructors for Profile1D and
+  Histo2D. (AB)
+
+* Use state-setting constructors for Histo and Profile persistency via the
+  Reader classes. (AB)
 
 * Test that a y-binned Histo2D has the same per-y-column stats as an
   equivalently x-binned Profile1D. Perhaps use this as an opportunity to
@@ -62,7 +63,7 @@
 * Arbitrary function transforms on Scatters
 
 * Transform differential to integral histos and vice versa. Bins have to be
-  contiguous?
+  contiguous? (AB)
 
 
 

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	Thu Aug 11 02:00:27 2011	(r234)
+++ trunk/tests/Makefile.am	Fri Aug 12 02:18:35 2011	(r235)
@@ -16,6 +16,11 @@
 testsortedvector_SOURCES = TestSortedVector.cc
 testhisto2D_SOURCES = TestHisto2D.cc
 
+TESTS_ENVIRONMENT = \
+  LD_LIBRARY_PATH=$(top_builddir)/src:$(top_builddir)/src/.libs:$(LD_LIBRARY_PATH) \
+  PYTHON_BUILD_DIR=$(top_builddir)/pyext/build \
+  PATH=$(top_builddir)/bin:$(PATH)
+
 TESTS = \
 	testweights \
 	testhisto1Da testhisto1Db \


More information about the yoda-svn mailing list