X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Ftests%2FMakefile.am;h=a08a086337ae5c9c47941fca96631e3d3f068e1d;hb=f2462c5dd7e885e3daa00066fbf53e166fd361e0;hp=f6654a199c531cc9b3ea267000a09dcdc3c15b8b;hpb=182f1698206a2227616be30691591eea1274cd2b;p=silc.git diff --git a/lib/silcutil/tests/Makefile.am b/lib/silcutil/tests/Makefile.am index f6654a19..a08a0863 100644 --- a/lib/silcutil/tests/Makefile.am +++ b/lib/silcutil/tests/Makefile.am @@ -21,7 +21,8 @@ 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_silctime test_silcthread \ - test_silcdll test_silcenv test_silctimer + test_silcdll test_silcenv test_silctimer test_silcbitops \ + test_silcregex test_silcbuffmt test_silcstrutil_SOURCES = test_silcstrutil.c test_silcstringprep_SOURCES = test_silcstringprep.c @@ -41,6 +42,9 @@ test_silcthread_SOURCES = test_silcthread.c test_silcdll_SOURCES = test_silcdll.c test_silcenv_SOURCES = test_silcenv.c test_silctimer_SOURCES = test_silctimer.c +test_silcbitops_SOURCES = test_silcbitops.c +test_silcregex_SOURCES = test_silcregex.c +test_silcbuffmt_SOURCES = test_silcbuffmt.c LIBS = $(SILC_COMMON_LIBS) LDADD = -L.. -L../.. -lsilc