summaryrefslogtreecommitdiff
path: root/test/env/Makefile
diff options
context:
space:
mode:
authorJoe Hershberger <[email protected]>2015-05-20 14:27:37 -0500
committerTom Rini <[email protected]>2015-05-21 09:16:18 -0400
commitb04d3553ee389ea8abf13e52930ddde5943ed8a4 (patch)
tree142fe042db2a3df81c68bbbd8588d26def79c270 /test/env/Makefile
parent421f86f3293c63fa2669972fb7bdc5ae78729e50 (diff)
test: env: Add test for verifying env attrs
Add a test of the env_attr_lookup() function. Signed-off-by: Joe Hershberger <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/env/Makefile')
-rw-r--r--test/env/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/env/Makefile b/test/env/Makefile
index 59b38e99ae8..5168bcb3287 100644
--- a/test/env/Makefile
+++ b/test/env/Makefile
@@ -5,3 +5,4 @@
#
obj-y += cmd_ut_env.o
+obj-y += attr.o