From: Keisuke N. <kni...@ne...> - 2002-06-18 03:03:32
|
At Mon, 17 Jun 2002 08:50:51 -0700 (PDT), Jeff Smith wrote: > > On the subject of the NIST scripts... > I have not seen how the OpenCobol scripts differ, but the > control card file in TinyCobol, make_pop_linux.txt, > currently is only set up to work with one module at a time. > For those that do not know, it can be set up for multiple > modules by copying the first line and changing the module > name for each line appropriately. Note that the names must > appear in the same order as in the big NIST file, i.e. > alphabetically. > > *SELECT-MODULE IX > *SELECT-MODULE NC > *SELECT-MODULE SM Right. The problem with it is that EXEC85 allows only 10 modules listed in this way, while there exist 13 modules in the test suite. That's why our Makefile modifies the `SELECT-MODULE' line as make proceeds. Keisuke |