Re: [CMake] Testing an installation

2013-12-03 Thread Michael Jackson
Thanks everyone. These are all great ideas and I will attempt to incorporate a hybrid of them all. BTW, this is for the HDF5 project. Thanks mike jackson On Dec 3, 2013, at 8:56 AM, clin...@elemtech.com wrote: > > - Original Message - >> I need to implement a "test" that does an instal

Re: [CMake] Testing an installation

2013-12-03 Thread clinton
- Original Message - > I need to implement a "test" that does an installation of my project into a > location and then check that all the files indeed got installed or if there > are any errors during the installation. Is there a "best practice" way of > achieving this with CMake? Does CMa

Re: [CMake] Testing an installation

2013-12-02 Thread Alan W. Irwin
On 2013-12-02 20:58-0500 Michael Jackson wrote: I need to implement a "test" that does an installation of my project into a location and then check that all the files indeed got installed or if there are any errors during the installation. Is there a "best practice" way of achieving this with C

[CMake] Testing an installation

2013-12-02 Thread Michael Jackson
I need to implement a "test" that does an installation of my project into a location and then check that all the files indeed got installed or if there are any errors during the installation. Is there a "best practice" way of achieving this with CMake? Does CMake itself do something like this in