diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 42ea8e422..43ab635b5 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -18,6 +18,7 @@ check_PROGRAMS = \ base64-test \ getaddrinfo-test \ hex-test \ + test-readenv \ parse_bytes-test \ parse_reply-test \ parse_time-test \ @@ -36,6 +37,8 @@ libtest_la_CFLAGS = -DTEST_SNPRINTF parse_reply_test_SOURCES = parse_reply-test.c resolve.c parse_reply_test_CFLAGS = -DTEST_RESOLVE +test_readenv_SOURCES = test-readenv.c test-mem.c + parse_time_test_SOURCES = parse_time-test.c test-mem.c strpftime_test_SOURCES = strpftime-test.c