summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-05-25 10:38:09 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-05-25 10:38:09 +0000
commit11a7fdb2b04da75840947783bac4461526a3cc5f (patch)
treed24c80f92bfb89240b81a2dcdc97a6520f7016fc /tests/Makefile.am
parent15c542977653155f68d48373227a9da9fc2da639 (diff)
downloadlibgpod-11a7fdb2b04da75840947783bac4461526a3cc5f.tar.gz
libgpod-11a7fdb2b04da75840947783bac4461526a3cc5f.tar.xz
libgpod-11a7fdb2b04da75840947783bac4461526a3cc5f.zip
* configure.ac: check libxml presence
* src/Makefile.am: add new files, remove obsolete ones * src/itdb_plist.h: * src/itdb_plist.c: plist parser, this parses a plist XML file to a GHashTable of GValue *. This parser should be generic, ie it doesn't know it's parsing SysInfoExtended, it only cares about it being a plist file * src/itdb_sysinfo_extended_parser.h: * src/itdb_sysinfo_extended_parser.c: convert the parsed plist data to data structures usable by libgpod * src/itdb_device.h: * src/itdb_device.c: parses SysInfoExtended in addition to SysInfo * src/itdb_sysinfo.c: this hacky parser is obsoleted by the new (much more complete) SysInfoExtended parser, so it's removed * tests/Makefile.am: * tests/test-sysinfo-extended-parsing.c: small test program for the new parser git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1980 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 17c9cb7..f9e003b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -37,9 +37,12 @@ test_checksum_SOURCES = test-checksum.c
test_firewire_id_SOURCES = test-fw-id.c
+test_sysinfo_extended_parsing_SOURCES = test-sysinfo-extended-parsing.c
+
get_timezone_SOURCES = get-timezone.c
noinst_PROGRAMS=test-itdb test-ls test-checksum test-firewire-id \
+ test-sysinfo-extended-parsing \
$(TESTTHUMBS) $(TESTTAGLIB) $(TESTMISC)
INCLUDES=$(LIBGPOD_CFLAGS) -I$(top_srcdir)/src -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"