X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=INSTALL;h=67f032ae0c8d1d48b994e6e37d7ee40029a3af3c;hb=135451ffa2be2f260c1c0fba60a212f8ebe63c62;hp=da4a77a4a69d252004eccca3a56df108b96e6f76;hpb=884472a9ba7fe8b2750daca844a7e382d0d97e33;p=gdcm.git diff --git a/INSTALL b/INSTALL index da4a77a4..67f032ae 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,16 @@ cd src make -cd ../test + +For testing in C++: +cd Test make -./test +./test ../Data/CR-MONO1-10-chest.dcm (or any other file in there) + +For testing in Python: +cd python +make (requires SWIG Version 1.3.16u i.e. the contemporary devel version) +python testSuite.py (test suite written in unittest) + +For manual test in python: +cd python/demo +python test.py ../../Data/CR-MONO1-10-chest.dcm (or any other file)