37 MPRINT MAUTOSOURCE NOMLOGIC NOSYMBOLGEN
38 SASAUTOS=(SASAUTOS
"%sysget(SASUNIT_ROOT)/saspgm/sasunit")
43 i_root = %sysget(SASUNIT_ROOT)
44 ,io_target = example/doc/sasunit/%lowcase(%sysget(SASUNIT_LANGUAGE))
45 ,i_overwrite = %sysget(SASUNIT_OVERWRITE)
47 ,i_project = SASUnit Examples
48 ,i_sasunit = saspgm/sasunit
49 ,i_sasautos = example/saspgm
50 ,i_testdata = example/dat
51 ,i_refdata = example/dat
52 ,i_sascfg = example/bin/sasunit.%sysget(SASUNIT_SAS_VERSION).%lowcase(%sysget(SASUNIT_HOST_OS)).%lowcase(%sysget(SASUNIT_LANGUAGE)).cfg
56 %runSASUnit(i_source = example/saspgm/%str(*)_test.sas)
60 i_language=%upcase(%sysget(SASUNIT_LANGUAGE))