Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 843a72ad authored by David Parsons's avatar David Parsons
Browse files

comment out outdated TranscriptionTranslationTest

parent c0ca8e80
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ set(TESTS
DnaTest
IndividualTest
JumpingMTTest
TranscriptionTranslationTest
# TranscriptionTranslationTest
)
# Create a runner for each unit test. Generates a list named TEST_RUNNERS
......@@ -67,12 +67,12 @@ foreach (TEST IN LISTS TESTS)
endforeach(TEST)
# Copy data files for TranscriptionTranslationTest
add_custom_command(TARGET TranscriptionTranslationTest
PRE_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/test/TranscriptionTranslationTest_files
${CMAKE_BINARY_DIR}/test/TranscriptionTranslationTest_files
)
#add_custom_command(TARGET TranscriptionTranslationTest
# PRE_BUILD
# COMMAND ${CMAKE_COMMAND} -E copy_directory
# ${CMAKE_SOURCE_DIR}/test/TranscriptionTranslationTest_files
# ${CMAKE_BINARY_DIR}/test/TranscriptionTranslationTest_files
#)
# Add target check (main target for tests)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment