gnucash/libgnucash/backend/xml/test
Geert Janssens 1238b9d8cd Prevent gcc from searching config.h in the current directory
This will avoid a ninja-build from picking up a config.h generated by the autotools build
(in the root build directory). Picking up the wrong config.h may lead to all kinds of
subtle issues if the autotools run was done with different options than the cmake run.
2017-10-26 14:05:17 +02:00
..
test-files Restructure the src directory 2017-08-10 18:45:00 +02:00
CMakeLists.txt Move accounts, checks and pixmaps into a data directory 2017-08-11 22:42:15 +02:00
grab-types.pl Restructure the src directory 2017-08-10 18:45:00 +02:00
Makefile.am Rename directory for code from external projects 2017-08-17 15:25:49 +02:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00
test-date-converting.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-dom-converters1.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-dom-parser1-1.xml Restructure the src directory 2017-08-10 18:45:00 +02:00
test-dom-parser1.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-file-stuff.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-file-stuff.h Restructure the src directory 2017-08-10 18:45:00 +02:00
test-kvp-frames.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-load-backend.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-load-example-account.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-load-xml2.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-real-data.sh.in Restructure the src directory 2017-08-10 18:45:00 +02:00
test-save-in-lang.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-string-converters.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-xml2-is-file.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-xml-account.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-xml-commodity.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-xml-pricedb.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-xml-transaction.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00

These are tests of the file backend.

TESTS:
------

test-dom-converters1.c: test each simple dom converter
test-dom-parser1.c: unused now
test-kvp-frames.c: test the kvp frame dom generators and parsers
test-load-xml2.c: test the larger xml loading
test-save-in-lang.c: incomplete test to test saving in different LANGs
test-string-converters.c: test some string converters
test-xml-account.c: test xml v2 converters and parsers for Account's
test-xml-commodity.c: ditto gnc_commodity's
test-xml-transaction.c: ditto Transaction's
test-xml2-is-file.c: test the is_file function
test-real-data.sh: run the test-xml-{account,commodity,transaction} programs
                   on real data rather than random data