Start verifying that code which should be constant-time really is.
[catacomb] / base / Makefile.am
index 0ac43f2..c9560ca 100644 (file)
@@ -38,7 +38,7 @@ libbase_la_SOURCES    += arena.c
 
 ## Constant-type operations.
 pkginclude_HEADERS     += ct.h
-libbase_la_SOURCES     += ct.c
+libbase_la_SOURCES     += ct.c ct-test.c
 
 ## CPU-specific dispatch.
 pkginclude_HEADERS     += dispatch.h