1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

fix: missing macro dependency in mp_ds2squeeze.test.sas

This commit is contained in:
munja
2022-01-24 13:12:31 +01:00
parent 0e03b06a4b
commit 16489a9494
4 changed files with 4 additions and 1 deletions

View File

@@ -193,7 +193,7 @@ When contributing to this library, it is therefore important to ensure that all
## Breaking Changes
We are currently on major release v4. The following changes are planned when the next major (breaking) release becomes necessary:
We are currently on major release v4. Breaking changes should be marked with the [deprecated](https://www.doxygen.nl/manual/commands.html#cmddeprecated) doxygen tag. The following changes are planned when the next major (breaking) release becomes necessary:
* (None as yet)

View File

@@ -5056,6 +5056,7 @@ run;
depending on your OS and COMPRESS settings):
> MP_DS2SQUEEZE: work.big was 625MB
> MP_DS2SQUEEZE: work.smaller is 5MB
@param [in] libds The library.dataset to be squeezed

View File

@@ -27,6 +27,7 @@
depending on your OS and COMPRESS settings):
> MP_DS2SQUEEZE: work.big was 625MB
> MP_DS2SQUEEZE: work.smaller is 5MB
@param [in] libds The library.dataset to be squeezed

View File

@@ -3,6 +3,7 @@
@brief Testing mp_ds2squeeze.sas macro
<h4> SAS Macros </h4>
@li mf_getvarlen.sas
@li mp_assert.sas
@li mp_assertscope.sas
@li mp_ds2squeeze.sas