aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/time/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/tests/time/Makefile')
-rw-r--r--lib/libc/tests/time/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/tests/time/Makefile b/lib/libc/tests/time/Makefile
new file mode 100644
index 000000000000..9e0230a70f54
--- /dev/null
+++ b/lib/libc/tests/time/Makefile
@@ -0,0 +1,8 @@
+.include <bsd.own.mk>
+
+NETBSD_ATF_TESTS_C= mktime_test
+NETBSD_ATF_TESTS_C+= strptime_test
+
+.include "../Makefile.netbsd-tests"
+
+.include <bsd.test.mk>