chiark / gitweb /
DisOrder's event loop now stores its timeouts in heap sorted by
[disorder] / lib / Makefile.am
index 70cf8dd5ccc6dddc91076b53cd50f0d32f70cc19..6b7aec8fee9180a69462428b5a55661f7d33511c 100644 (file)
 # USA
 #
 
-TESTS=t-addr t-arcfour t-basen t-bits t-cache t-casefold t-cookies \
-               t-filepart t-hash t-heap t-hex t-kvp t-mime t-printf \
-               t-regsub t-selection t-signame t-sink t-split t-syscalls \
-               t-trackname t-unicode t-url t-utf8 t-vector t-words t-wstat \
-               t-macros t-cgi
+TESTS=t-addr t-arcfour t-basen t-bits t-cache t-casefold t-charset     \
+       t-cookies t-event t-filepart t-hash t-heap t-hex t-kvp t-mime   \
+       t-printf t-regsub t-selection t-signame t-sink t-split          \
+       t-syscalls t-trackname t-unicode t-url t-utf8 t-vector t-words  \
+       t-wstat t-macros t-cgi
 
 noinst_LIBRARIES=libdisorder.a
 include_HEADERS=disorder.h
@@ -149,6 +149,10 @@ t_casefold_SOURCES=t-casefold.c test.c test.h
 t_casefold_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC)
 t_casefold_DEPENDENCIES=libdisorder.a
 
+t_charset_SOURCES=t-charset.c test.c test.h
+t_charset_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC)
+t_charset_DEPENDENCIES=libdisorder.a
+
 t_cgi_SOURCES=t-cgi.c test.c test.h
 t_cgi_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC)
 t_cgi_DEPENDENCIES=libdisorder.a
@@ -157,6 +161,10 @@ t_cookies_SOURCES=t-cookies.c test.c test.h
 t_cookies_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC)
 t_cookies_DEPENDENCIES=libdisorder.a
 
+t_event_SOURCES=t-event.c test.c test.h
+t_event_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC)
+t_event_DEPENDENCIES=libdisorder.a
+
 t_filepart_SOURCES=t-filepart.c test.c test.h
 t_filepart_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC)
 t_filepart_DEPENDENCIES=libdisorder.a