From 4ff7916121be2dff12fac564c6ccdb577e548eb0 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 6 Nov 2014 15:31:52 +0000 Subject: [PATCH] Explain how to run the smoke tests on windows. Copied from Perforce Change: 187475 ServerID: perforce.ravenbrook.com --- mps/manual/source/topic/porting.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mps/manual/source/topic/porting.rst b/mps/manual/source/topic/porting.rst index ecb8197c145..064ada7eea3 100644 --- a/mps/manual/source/topic/porting.rst +++ b/mps/manual/source/topic/porting.rst @@ -274,7 +274,8 @@ Start the port by selecting existing implementations of the functional modules, using the generic implementations where nothing else will do. Then check that the "smoke tests" pass, by running:: - make -f osarct.gmk testrun + make -f osarct.gmk testrun # Unix + nmake /f osarct.nmk testrun # Windows Most or all of the test cases should pass at this point. If you're using the generic threading implementation, then the multi-threaded