summaryrefslogtreecommitdiff
path: root/test/lib/Makefile
diff options
context:
space:
mode:
authorSean Anderson <[email protected]>2020-10-27 19:55:37 -0400
committerTom Rini <[email protected]>2020-10-30 10:56:11 -0400
commitfbc33df13cd44f4fac63faf1250bd5849d447997 (patch)
treef5cc3d16bcbeb3d1632f14d81198ffc261557407 /test/lib/Makefile
parent72eda5074b92d54ff67979f7a45ced9a119c4a8c (diff)
test: Add a test for getopt
A few of these tests were inspired by those in glibc. The syntax for invoking test_getopt is a bit funky, but it's necessary so that the CPP can parse the arguments correctly. Signed-off-by: Sean Anderson <[email protected]>
Diffstat (limited to 'test/lib/Makefile')
-rw-r--r--test/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile
index 15cd512506b..98a9abf40e2 100644
--- a/test/lib/Makefile
+++ b/test/lib/Makefile
@@ -14,3 +14,4 @@ obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
obj-$(CONFIG_UT_LIB_ASN1) += asn1.o
obj-$(CONFIG_UT_LIB_RSA) += rsa.o
obj-$(CONFIG_AES) += test_aes.o
+obj-$(CONFIG_GETOPT) += getopt.o