Added silcatomic.h for atomic operations.
[runtime.git] / lib / silcutil / tests / Makefile.am
index 4ce237bc592412b0b0880107eee8229419e04929..6a57f7887a538e0c0ab310966ba0c30ec354403d 100644 (file)
@@ -19,7 +19,8 @@ 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_silcnet test_silcstack test_silcmime test_silcfdstream \
+       test_silcatomic
 
 test_silcstrutil_SOURCES = test_silcstrutil.c
 test_silcstringprep_SOURCES = test_silcstringprep.c
@@ -32,6 +33,7 @@ test_silcschedule_SOURCES = test_silcschedule.c
 test_silcnet_SOURCES = test_silcnet.c
 test_silcstack_SOURCES = test_silcstack.c
 test_silcfdstream_SOURCES = test_silcfdstream.c
+test_silcatomic_SOURCES = test_silcatomic.c
 
 LIBS = $(SILC_COMMON_LIBS)
 LDADD = -L.. -L../.. -lsilc