]> Creatis software - gdcm.git/blob - Testing/TestTS.cxx
4aa6b6eead8ad9333a0298afa857cdafc7107806
[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_UNFOUND;
10 }