Skip to content

New Testing Setup

Jesse Mapel edited this page Aug 2, 2018 · 4 revisions

Install GTest

https://stackoverflow.com/questions/13513905/how-to-setup-googletest-as-a-shared-library-on-linux

Make sure you copy the library to /usr/lib64/

Install cmake 3.12

https://cmake.org/download/

Install the CSM api

https://github.com/USGS-Astrogeology/csm

Copy the include directory to /usr/include/ and the library to /usr/lib64

Clone this wiki locally