opnsense-src/contrib/bmake/unit-tests/export-env.exp
2016-03-11 01:35:39 +00:00

11 lines
196 B
Text

make:
UT_TEST=export-env.mk
UT_ENV=not-exported
UT_EXP=not-exported
UT_LIT=literal export-env.mk
env:
UT_TEST=export-env.mk
UT_ENV=exported
UT_EXP=exported
UT_LIT=literal ${UT_TEST}
exit status 0