From bdfe2ec9cf3154ea473a842c3668f1dba2c8e093 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 9 Feb 1989 15:43:25 +0000 Subject: [PATCH] deleted makefile from distribution; Added some comments about this to the README file --- lang/cem/ctest/.distr | 1 - lang/cem/ctest/READ_ME | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/cem/ctest/.distr b/lang/cem/ctest/.distr index 14c994b0..4d16951b 100644 --- a/lang/cem/ctest/.distr +++ b/lang/cem/ctest/.distr @@ -20,6 +20,5 @@ ctstruct ctsys ctsetjmp local.h -makefile makefile.std run diff --git a/lang/cem/ctest/READ_ME b/lang/cem/ctest/READ_ME index 8749385a..8cf3fa64 100644 --- a/lang/cem/ctest/READ_ME +++ b/lang/cem/ctest/READ_ME @@ -1,3 +1,7 @@ +To run this test, first copy makefile.std to makefile, and adapt the +CEM variable; set it to the compiler you want to test. +Then type: sh run > out 2>&1 & + The test are subdivided into several directories. Only the directory ctgen contains more than one program, but it is an exception anyhow.