Skip to content

Commit d59f84f

Browse files
authored
Create Test86
1 parent cec72ac commit d59f84f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/86/CMakeLists.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/input"
2+
"${CMAKE_CURRENT_BINARY_DIR}/input" COPYONLY )
3+
4+
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape25"
5+
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape25" COPYONLY )
6+
7+
configure_file("${RESOURCES}/n-Hf177-TENDL2021.tendl"
8+
"${CMAKE_CURRENT_BINARY_DIR}/tape20" COPYONLY )
9+
10+
add_test( NAME "Test86"
11+
COMMAND ${Python3_EXECUTABLE} "../execute.py"
12+
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" )

0 commit comments

Comments
 (0)