Temporarily disable build of broken LAXlib/test.f90

This test driver is currently broken due to changes made
to laxlib_diagonalize. Needs to be fixed.
This commit is contained in:
Federico Ficarelli 2020-03-04 15:45:05 +01:00
parent cc3dbb32e4
commit a766ac0a6c
1 changed files with 10 additions and 9 deletions

View File

@ -59,12 +59,13 @@ qe_install_targets(qe_lax)
# Tests
# TODO move all tests to a proper location
###########################################################
if(QE_ENABLE_TEST)
qe_add_executable(qe_lax_test test.f90)
target_link_libraries(qe_lax_test
PRIVATE
QE::MPI_Fortran
QE::LAPACK
QE::LAX)
add_test(NAME test-lax COMMAND qe_lax_test)
endif(QE_ENABLE_TEST)
# TODO test.f90 is currently broken
# if(QE_ENABLE_TEST)
# qe_add_executable(qe_lax_test test.f90)
# target_link_libraries(qe_lax_test
# PRIVATE
# QE::MPI_Fortran
# QE::LAPACK
# QE::LAX)
# add_test(NAME test-lax COMMAND qe_lax_test)
# endif(QE_ENABLE_TEST)