gnucash/libgnucash/backend/xml/test
Geert Janssens b7479e8fb0 Bump minimum cmake version to 3.5
This version is available for all supported platforms and distros
(CentOS can have a version via EPEL, which is required anyway)

Advantages:
- one cmake version for all platforms
- we can drop all conditions based on cmake version
2019-05-25 12:04:51 +02:00
..
test-files Lowercase cmake commands 2018-05-03 23:18:15 +02:00
CMakeLists.txt Bump minimum cmake version to 3.5 2019-05-25 12:04:51 +02:00
grab-types.pl Restructure the src directory 2017-08-10 18:45:00 +02:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00
test-dom-converters1.cpp Clean up timespec comments in the XML backend. 2018-08-13 11:52:43 -07: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 Transaction members Timespec->time64 2018-01-08 13:01:29 +11:00
test-file-stuff.h Transaction members Timespec->time64 2018-01-08 13:01:29 +11:00
test-kvp-frames.cpp Kvp no longer parses entries looking for delimiters 2017-12-21 07:39:32 -05: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 kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-load-xml2.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-real-data.sh Remove the .in extension from test-real-data.sh and stop configuring it for autotools 2018-01-26 18:26:06 +01:00
test-save-in-lang.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-string-converters.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-xml2-is-file.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-xml-account.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-xml-commodity.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-xml-pricedb.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-xml-transaction.cpp Transaction members Timespec->time64 2018-01-08 13:01:29 +11: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