1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-05 16:40:06 +00:00

fix: avoiding error and including a test

This commit is contained in:
munja
2022-02-03 19:44:21 +01:00
parent eb01c8772d
commit 36aa466561
4 changed files with 84 additions and 32 deletions

View File

@@ -2,8 +2,18 @@
@file
@brief term file for tests
<h4> SAS Macros </h4>
@li mp_assert.sas
**/
%mp_assert(
iftrue=(&syscc=0),
desc=Checking final error condition,
outds=work.test_results
)
%webout(OPEN)
%webout(OBJ, TEST_RESULTS)
%webout(CLOSE)