Commit 41059c93 authored by Cole Neubauer's avatar Cole Neubauer
Browse files

Merge branch 'cmake' of https://github.com/cneubauerUSGS/isis3_cmake into cmake

parents 81ac016c 8c0017d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ int main(int argc, char *argv[]) {
  // Variable expansion will change truth data on these
  QStringList filesToTestSafely;
  filesToTestSafely << "$base/testData/isisTruth.cub" << "${base}/testData/isisTruth.cub"
                    << "$ISISROOT/src/Makefile" << "$ISISROOT/src/Makefile.elifekaM"
                    << "$ISISROOT/Makefile" << "$ISISROOT/Makefile.elifekaM"
                    << "/$TEMPORARY/unitTest.cpp";

  foreach (QString fileToTest, filesToTestSafely) {