From 209f0b2fd9310f503d4599b12483fddc04d1f7dd Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Thu, 8 May 2014 20:14:35 +0200 Subject: Removed gtest based test cases and added program options * selectively testing document construction in plain C++ code has turned out to be more work than worth it ** i.e. removed test cases and GTest dependency * added boost::program_options based frontent to InputXSLT ** example command: "./test --transformation ../dummy/transform.xsl --target out.xml" ** the plan is to use a simple shell script that generated test transformations and compares the output to reference files --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index fc3d618..5ae65e5 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,4 @@ Contrary to popular opinion I actually like XSLT as a content transformation lan - Apache [Xalan](https://xalan.apache.org/) XSLT Processor - Apache [Xerces](https://xerces.apache.org/) XML Library - Boost [Filesystem](http://www.boost.org/doc/libs/1_55_0/libs/filesystem/doc/index.htm) +- Boost [Program Options](http://www.boost.org/doc/libs/1_55_0/doc/html/program_options.html) -- cgit v1.2.3