mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-07 15:10:04 +00:00
version 20191215
testin added and described
This commit is contained in:
Binary file not shown.
@@ -48,10 +48,12 @@
|
|||||||
|
|
||||||
/*** HELP START ***/
|
/*** HELP START ***/
|
||||||
%macro generatePackage(
|
%macro generatePackage(
|
||||||
/* location of package files */
|
/* location of package files */
|
||||||
filesLocation=%sysfunc(pathname(work))/%lowcase(&packageName.)
|
filesLocation=%sysfunc(pathname(work))/%lowcase(&packageName.)
|
||||||
,testPackage=Y
|
,testPackage=Y /* indicator if tests should be executed,
|
||||||
,packages=
|
default value Y means "execute tests" */
|
||||||
|
,packages= /* location of other packages if there are
|
||||||
|
dependencies in loading */
|
||||||
)/secure;
|
)/secure;
|
||||||
/*** HELP END ***/
|
/*** HELP END ***/
|
||||||
%local zipReferrence filesWithCodes _DESCR_ _LIC_ _RC_ _PackageFileref_;
|
%local zipReferrence filesWithCodes _DESCR_ _LIC_ _RC_ _PackageFileref_;
|
||||||
|
|||||||
Reference in New Issue
Block a user