aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-06-24 17:21:05 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-06-24 17:21:05 +0000
commitb5b6b831be04251f0e69303ef4e56c05e71d5b87 (patch)
treef092aafa28d2e9f047b570d78703a09d477561f0
parent6aa0fc2e2b740029ea065462f4ecea9b7c541683 (diff)
update to point to CactusTest/TestInterp for testsuite
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@71 df1f8a13-aa1d-4dd4-9681-27ded5b42416
-rw-r--r--test/README12
1 files changed, 2 insertions, 10 deletions
diff --git a/test/README b/test/README
index d5552b1..32e00e7 100644
--- a/test/README
+++ b/test/README
@@ -1,10 +1,2 @@
-This thorn doesn't have a "test suite" in the usual Cactus sense of
-this phrase. However, the CactusTest arrangement contains (among others)
-the thorns TestInterp and TestInterp2:
-* TestInterp used to test CCTK_InterpGV() and CCTK_InterpLocal()
- interpolators, although it seems to be broken at the moment
-* TestInterp2 tests CCTK_InterpGV(), CCTK_InterpLocal(), and
- CCTK_InterpLocalUniform() interpolators, but at the moment it's
- not integrated into the Cactus test architecture, i.e. you have
- to run it explicitly and look at the output to see how well things
- worked.
+This thorn's test suite (along with those for several other interpolators)
+actually lives in CactusTest/TestInterp.