|
From: <kin...@us...> - 2025-09-12 09:50:52
|
Revision: 7422
http://sourceforge.net/p/teem/code/7422
Author: kindlmann
Date: 2025-09-12 09:50:48 +0000 (Fri, 12 Sep 2025)
Log Message:
-----------
tweaking comments
Modified Paths:
--------------
teem/trunk/CMakeLists-v2.txt
teem/trunk/tests/ctest/CMakeLists.txt
Modified: teem/trunk/CMakeLists-v2.txt
===================================================================
--- teem/trunk/CMakeLists-v2.txt 2025-09-12 09:47:19 UTC (rev 7421)
+++ teem/trunk/CMakeLists-v2.txt 2025-09-12 09:50:48 UTC (rev 7422)
@@ -31,8 +31,6 @@
# All these CMake files:
# - this CMakeLists.txt
-# - src/bin/CMakeLists.txt
-# - src/{air,hest,biff,...}/CMakeLists.txt
# - CMake/
# FindFFTW3.cmake
# FindLEVMAR.cmake
@@ -39,6 +37,10 @@
# TeemConfig.cmake.in
# CheckAirExists.cmake (new for Teem v2)
# CheckLibmNeeded.cmake (new for Teem v2)
+# - src/bin/CMakeLists.txt
+# - src/{air,biff,...}/CMakeLists.txt
+# - tests/ctest/CMakeLists.txt
+# - tests/ctest/{air,biff,...}/CMakeLists.txt
# were re-written entirely for Teem v2, by me (GLK), with help from ChatGPT. This is the
# first time I've really scrutinized and tried to understand the CMake files, and the
# first time I've tried anything non-trivial with ChatGPT. Current generative AI tools
Modified: teem/trunk/tests/ctest/CMakeLists.txt
===================================================================
--- teem/trunk/tests/ctest/CMakeLists.txt 2025-09-12 09:47:19 UTC (rev 7421)
+++ teem/trunk/tests/ctest/CMakeLists.txt 2025-09-12 09:50:48 UTC (rev 7422)
@@ -20,6 +20,8 @@
# cd <builddir>
# ctest -D Nightly # or Experimental, Continuous
+# HEY: how to do coverage tests?
+
###-------------------------------------------------------------------------------------
# Basic set-up
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|