Unverified Commit da864d5b authored by Kristin's avatar Kristin Committed by GitHub
Browse files

Merge pull request #606 from jessemapel/unittests

Fixed unit tests not being build
parents 53af27e5 f20b22d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ endfunction(add_isis_app)

# Set up the lone unit test in an obj folder
function(make_obj_unit_test moduleName testFile truthFile reqLibs pluginLibs)
  if(NOT ${testFile})
  if(${testFile} STREQUAL "NOTFOUND")
    # Skip if no unitest
    return()
  endif()