Skip to content

Commit

Permalink
(OPM#687) Moved FileInterface tests into ApplicationCode/UnitTests
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Dec 3, 2015
1 parent e03b649 commit c72e047
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 172 deletions.
114 changes: 0 additions & 114 deletions ApplicationCode/FileInterface/FileInterface_UnitTests/CMakeLists.txt

This file was deleted.

44 changes: 0 additions & 44 deletions ApplicationCode/FileInterface/FileInterface_UnitTests/main.cpp

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
//
/////////////////////////////////////////////////////////////////////////////////

#include "RiaStdInclude.h"
#include "gtest/gtest.h"

#include "RigCaseData.h"
Expand Down
13 changes: 0 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,19 +255,6 @@ endif (RESINSIGHT_PRIVATE_INSTALL)
add_subdirectory(ApplicationCode)
add_subdirectory(OctavePlugin)

################################################################################
# Unit tests
################################################################################
add_subdirectory(ApplicationCode/ReservoirDataModel/ReservoirDataModel_UnitTests)
#add_subdirectory(ApplicationCode/FileInterface/FileInterface_UnitTests)

set_property(TARGET
# FileInterface_UnitTests
RigReservoirDataModel_UnitTests
PROPERTY FOLDER "UnitTests"
)


################################################################################
# Code documentation using Doxygen
################################################################################
Expand Down

0 comments on commit c72e047

Please sign in to comment.