Consolide base64 tests in a single file

This commit is contained in:
Matthias Clasen
2010-06-20 16:24:56 -04:00
parent 08d6e535be
commit 0ed575213b
3 changed files with 197 additions and 239 deletions

View File

@@ -70,9 +70,6 @@ noinst_PROGRAMS = $(TEST_PROGS) \
TEST_PROGS += testglib
testglib_SOURCES = testglib.c
testglib_LDADD = $(libglib)
TEST_PROGS += testingbase64
testingbase64_SOURCES = testingbase64.c
testingbase64_LDADD = $(progs_ldadd)
patterntest_LDADD = $(libglib)