Skip to content

Commit

Permalink
#197: update CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 29, 2023
1 parent 130700f commit ffe1442
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions packages/nox/test/tpetra/LOCA_UnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@


TRIBITS_INCLUDE_DIRECTORIES(REQUIRED_DURING_INSTALLATION_TESTING ${CMAKE_CURRENT_SOURCE_DIR})

TRIBITS_INCLUDE_DIRECTORIES(REQUIRED_DURING_INSTALLATION_TESTING ${CMAKE_CURRENT_SOURCE_DIR}/../LOCA_TestProblems)

TRIBITS_INCLUDE_DIRECTORIES(REQUIRED_DURING_INSTALLATION_TESTING ${CMAKE_CURRENT_SOURCE_DIR}/../../utils)

IF(NOX_ENABLE_LOCA) # IF(NOX_ENABLE_ABSTRACT_IMPLEMENTATION_EPETRA AND NOX_ENABLE_LOCA)

# NGA Dev Tests (to be removed as soon as locatpetratestproblems library is completed)
TRIBITS_ADD_EXECUTABLE_AND_TEST(
Tpetra_LOCA_NGA_DevTests
SOURCES
NGA_DevTests.cpp
COMM serial mpi
NUM_MPI_PROCS 2
TESTONLYLIBS noxtestutils locatpetratestproblems
ARGS -v
STANDARD_PASS_OUTPUT
)

# TRIBITS_ADD_EXECUTABLE_AND_TEST(
# LOCA_HouseholderBorderedSolve
# SOURCES
# HouseholderBorderedSolve.C
# COMM serial mpi
# NUM_MPI_PROCS 2
# TESTONLYLIBS noxtestutils locaepetratestproblems
# ARGS -v
# PASS_REGULAR_EXPRESSION "All tests passed"
# )

# TRIBITS_ADD_EXECUTABLE_AND_TEST(
# LOCA_HouseholderTransposeBorderedSolve
# SOURCES
# HouseholderTransposeBorderedSolve.C
# COMM serial mpi
# NUM_MPI_PROCS 2
# TESTONLYLIBS noxtestutils locaepetratestproblems
# ARGS -v
# PASS_REGULAR_EXPRESSION "All tests passed"
# )

# TRIBITS_ADD_EXECUTABLE_AND_TEST(
# LOCA_TransposeSolve
# SOURCES
# TransposeSolve.C
# COMM serial mpi
# NUM_MPI_PROCS 2
# TESTONLYLIBS noxtestutils locaepetratestproblems
# ARGS -v
# PASS_REGULAR_EXPRESSION "All tests passed"
# )

# WIP
# TRIBITS_ADD_EXECUTABLE_AND_TEST(
# Tpetra_LOCA_CompositeConstraint
# SOURCES
# CompositeConstraint.C
# COMM serial mpi
# NUM_MPI_PROCS 2
# TESTONLYLIBS noxtestutils locatpetratestproblems
# ARGS -v
# STANDARD_PASS_OUTPUT
# )

# TRIBITS_ADD_EXECUTABLE_AND_TEST(
# LOCA_CompositeConstraintMVDX
# SOURCES
# CompositeConstraintMVDX.C
# COMM serial mpi
# NUM_MPI_PROCS 2
# TESTONLYLIBS noxtestutils locaepetratestproblems
# ARGS -v
# PASS_REGULAR_EXPRESSION "All tests passed"
# )

# TRIBITS_ADD_EXECUTABLE_AND_TEST(
# LOCA_NaturalContResidualFills
# SOURCES
# NaturalContResidualFills.C
# COMM serial mpi
# NUM_MPI_PROCS 2
# TESTONLYLIBS noxtestutils locaepetratestproblems
# ARGS -v
# PASS_REGULAR_EXPRESSION "All tests passed"
# )

ENDIF()

0 comments on commit ffe1442

Please sign in to comment.