X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Ftests%2FMakefile.am;fp=lib%2Fsilcutil%2Ftests%2FMakefile.am;h=f08893d7250f48d83332f6ade8b81ce11f9fe098;hb=4dc3f89eed4c7e716873df2daf65fb8bd2bcc314;hp=1bf2f09bc7ecae530b5bdfe7f12c302eac19e5d0;hpb=b9fde2a2a32801d3eecba020927c94cb4838de72;p=silc.git diff --git a/lib/silcutil/tests/Makefile.am b/lib/silcutil/tests/Makefile.am index 1bf2f09b..f08893d7 100644 --- a/lib/silcutil/tests/Makefile.am +++ b/lib/silcutil/tests/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign bin_PROGRAMS = test_silcstrutil test_silcstringprep test_silchashtable \ test_silclist test_silcfsm test_silcasync test_silcschedule \ test_silcnet test_silcstack test_silcmime test_silcfdstream \ - test_silcatomic test_silcmutex + test_silcatomic test_silcmutex test_silctime test_silcstrutil_SOURCES = test_silcstrutil.c test_silcstringprep_SOURCES = test_silcstringprep.c @@ -35,6 +35,7 @@ test_silcstack_SOURCES = test_silcstack.c test_silcfdstream_SOURCES = test_silcfdstream.c test_silcatomic_SOURCES = test_silcatomic.c test_silcmutex_SOURCES = test_silcmutex.c +test_silctime_SOURCES = test_silctime.c LIBS = $(SILC_COMMON_LIBS) LDADD = -L.. -L../.. -lsilc