SubDir PLASMA TinyXml test ;

if ! $(PLASMA_READY) {

SubDirC++Flags -Wno-unknown-pragmas -Wno-format -DTIXML_USE_STL ;

ModuleMain xmltest : xmltest.cpp : TinyXml ;
RunModuleMain run-xmltest : xmltest ;
LocalDepends tests : run-xmltest ;

LocalClean clean : test5.xml test6.xml textfile.txt demotest.xml  ;

} # PLASMA_READY
