[cig-commits] commit: Update the README for the tests

Mercurial hg at geodynamics.org
Mon Jun 4 17:16:34 PDT 2012


changeset:   14:939864aa9983
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Jun 04 17:16:21 2012 -0700
files:       tests/README
description:
Update the README for the tests


diff -r a2ba4216bacb -r 939864aa9983 tests/README
--- a/tests/README	Mon Jun 04 17:16:06 2012 -0700
+++ b/tests/README	Mon Jun 04 17:16:21 2012 -0700
@@ -11,11 +11,18 @@ them on the command line, as in
 
 	make CXX=<compiler> CXXOPTIMIZE="<flags>" test_compiler
 
-The default compiler is g++.  I believe that GNU make is required.
+The default compiler is g++.
 
-------------------
+In the speed directory, there is a makefile.vc specifically for Nmake
+and Microsoft Visual Studio.  You will need to open a Visual Studio
+command line and build it with
 
-Once the Makefile is set to your pleasure, running the tests in
+  NMAKE /f makefile.vc
+
+conformance
+-----------
+
+Once the Makefile is set to your satisfaction, running the tests in
 conformance should be as simple as typing
 
 	make
@@ -32,11 +39,19 @@ FAIL: (unique name of test)
 
 None of the tests should fail.
 
-------------------
+
+speed
+-----
 
 Running the tests in speed should just be
 
 	one_over_script
+
+in Linux and
+
+        one_over_ps.ps1
+
+in Windows Powershell.
 
 This will compile all of the programs and then run them.  It will time
 each one, with the output looking like



More information about the CIG-COMMITS mailing list