]> Creatis software - gdcm.git/blob - Testing/TestTS.cxx
cf2ab56066954bc193d8ac6a59443f4afee06edc
[gdcm.git] / Testing / TestTS.cxx
1 #include "gdcmTS.h"
2
3 int TestTS(int , char *[])
4 {
5    gdcm::TS ts;
6    // There should be 150 entries
7    ts.Print( std::cout );
8
9    return ts.GetValue( "" ) != gdcm::GDCM_UNFOUND;
10 }