-
Notifications
You must be signed in to change notification settings - Fork 32
Default Directory Structure
Dave Nicolette edited this page Jan 3, 2021
·
13 revisions
Home -> User Guide -> General User Guide ->
your-project-root/ config settings
|
+-- cobol-check-copybook-dir <- cobolcheck.copybook.directory
|
+-- your-prod-src-tree/ <- application.source.directory,
| | application.copybook.directory
| +-- cobol-programs-to-be-tested/
| |
| +-- any-dir-structure-that-makes-sense-to-you/
| |
| +-- PROGRAM1.CBL
| |
| +-- PROGRAM2.CBL
|
+-- your-test-src-tree/ <- test.suite.path (or --test-suite-path option)
|
+-- PROGRAM1/
| |
| +-- testsuite-1-for-program-1
| |
| +-- testsuite-2-for-program-1
|
+-- PROGRAM2/
|
+-- testsuite-1-for-program-2
|
+-- testsuite-2-for-program-2