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