changeset 10091:4811e739257d

modules/base64-tests: New file.
author Simon Josefsson <simon@josefsson.org>
date Mon, 19 May 2008 19:35:00 +0200
parents 8ea8f3be5116
children ae7bf97ee30c
files ChangeLog modules/base64-tests
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-19  Simon Josefsson  <simon@josefsson.org>
+
+	* modules/base64-tests: New file.
+
 2008-05-19  Bo Borgerson <gigabo@gmail.com>
 
 	* lib/base64.c (base64_decode_ctx): If a decode context structure
new file mode 100644
--- /dev/null
+++ b/modules/base64-tests
@@ -0,0 +1,10 @@
+Files:
+tests/test-base64.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-base64
+check_PROGRAMS += test-base64