neopragma / cobol-unit-test

Unit testing framework and sample code for batch Cobol programs.
GNU General Public License v3.0
117 stars 36 forks source link

compile.cmd (Windows) doesn't set path to copybooks correctly #81

Closed neopragma closed 9 years ago

neopragma commented 9 years ago

Should be:

cobc -I %MAINCPY% -I %TESTCPY% -conf=%COBCONFIG% %COBOPTS% %SOURCE%\%PROGRAMNAME%.CBL