diff options
Diffstat (limited to 'unit-tests/unexport.mk')
| -rw-r--r-- | unit-tests/unexport.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unit-tests/unexport.mk b/unit-tests/unexport.mk new file mode 100644 index 0000000000000..0f1245292ba5e --- /dev/null +++ b/unit-tests/unexport.mk @@ -0,0 +1,8 @@ +# $Id: unexport.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $ + +# pick up a bunch of exported vars +.include "export.mk" + +.unexport UT_ZOO UT_FOO + +UT_TEST = unexport |
