opnsense-src/contrib/bmake/unit-tests/export-env.exp

12 lines
196 B
Text
Raw Normal View History

2015-04-19 23:45:54 -04:00
make:
UT_TEST=export-env.mk
UT_ENV=not-exported
UT_EXP=not-exported
2016-03-10 19:37:02 -05:00
UT_LIT=literal export-env.mk
2015-04-19 23:45:54 -04:00
env:
UT_TEST=export-env.mk
UT_ENV=exported
UT_EXP=exported
2016-03-10 19:37:02 -05:00
UT_LIT=literal ${UT_TEST}
2015-04-19 23:45:54 -04:00
exit status 0