mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
added g_base64_encode()/g_base64_decode() test case by Asbjoern
2008-01-11 12:55:19 Tim Janik <timj@imendio.com> * tests/testingbase64.c: added g_base64_encode()/g_base64_decode() test case by Asbjoern <asbgpe@online.no>. fixed up coding style. svn path=/trunk/; revision=6292
This commit is contained in:
committed by
Tim Janik
parent
902391e387
commit
b07304fd89
@@ -78,6 +78,9 @@ scannerapi_SOURCES = scannerapi.c
|
||||
scannerapi_LDADD = $(progs_ldadd)
|
||||
TEST_PROGS += testglib
|
||||
testglib_LDADD = $(libglib)
|
||||
TEST_PROGS += testingbase64
|
||||
testingbase64_SOURCES = testingbase64.c
|
||||
testingbase64_LDADD = $(progs_ldadd)
|
||||
|
||||
|
||||
patterntest_LDADD = $(libglib)
|
||||
|
Reference in New Issue
Block a user