|
From: <kin...@us...> - 2025-08-15 11:36:44
|
Revision: 7270
http://sourceforge.net/p/teem/code/7270
Author: kindlmann
Date: 2025-08-15 11:36:41 +0000 (Fri, 15 Aug 2025)
Log Message:
-----------
nrrdSanity the exectuble no longer built
Modified Paths:
--------------
teem/trunk/Testing/CMakeLists.txt
Modified: teem/trunk/Testing/CMakeLists.txt
===================================================================
--- teem/trunk/Testing/CMakeLists.txt 2025-08-14 22:27:17 UTC (rev 7269)
+++ teem/trunk/Testing/CMakeLists.txt 2025-08-15 11:36:41 UTC (rev 7270)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2019 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2008, 2007, 2006, 2005 Gordon Kindlmann
# Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
#
@@ -35,10 +35,13 @@
"${CMAKE_BINARY_DIR}/include/testDataPath.h"
)
-# This just runs nrrdSanity as test called "nrrd.Sanity"
-# We don't do the same for airSanity because that's an
-# "experimental app" . . .
-add_test(NAME nrrd.Sanity COMMAND $<TARGET_FILE:nrrdSanity>)
+# nrrdSanity the executable is no longer (as of Teem v2) built;
+# so this is being removed. Lots of tests will immediately fail
+# if nrrdSanity() (the function) fails.
+## This just runs nrrdSanity as test called "nrrd.Sanity"
+## We don't do the same for airSanity because that's an
+## "experimental app" . . .
+# add_test(NAME nrrd.Sanity COMMAND $<TARGET_FILE:nrrdSanity>)
# Hope to eventually have tests in all directories; until then
# many of these are commented out. (TEEM_LIB_LIST)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|