diff options
author | Brad King <brad.king@kitware.com> | 2009-12-08 16:44:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-12-08 16:44:50 (GMT) |
commit | 5872cc7c1f0b41e7b9cfe7060ef88bc69daf8219 (patch) | |
tree | 91688b017d4431e5ed43352d086738b935fc9cd8 /Tests/CMakeLib/testXMLParser.xml | |
parent | d4ada9d0d540ab2dc2a9747315c5afda5887950f (diff) | |
download | CMake-5872cc7c1f0b41e7b9cfe7060ef88bc69daf8219.zip CMake-5872cc7c1f0b41e7b9cfe7060ef88bc69daf8219.tar.gz CMake-5872cc7c1f0b41e7b9cfe7060ef88bc69daf8219.tar.bz2 |
Create CMakeLib test driver and test cmXMLParser
We create a new CMakeLibTests driver executable in which to writes unit
tests for CMakeLib. Our first test is a smoke-test of cmXMLParser.
Diffstat (limited to 'Tests/CMakeLib/testXMLParser.xml')
-rw-r--r-- | Tests/CMakeLib/testXMLParser.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testXMLParser.xml b/Tests/CMakeLib/testXMLParser.xml new file mode 100644 index 0000000..5a13f07 --- /dev/null +++ b/Tests/CMakeLib/testXMLParser.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Document> + <Element attr="1"/> +</Document> |