Skip to content

Commit 9d11213

Browse files
restore testED binary
1 parent 0fdaf62 commit 9d11213

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/Test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
set(bin_PROGRAMS testBarrier expyaml orthoTest testDeproj
3-
testEmpDeproj testEmp)
3+
testEmpDeproj testEmp testED)
44

55

66
set(common_LINKLIB OpenMP::OpenMP_CXX MPI::MPI_CXX expui exputil
@@ -38,7 +38,7 @@ add_executable(testDeproj testDeproject.cc CubicSpline.cc Deprojector.cc)
3838
add_executable(testEmpDeproj testEmpDeproj.cc CubicSpline.cc
3939
Deprojector.cc EmpDeproj.cc)
4040
add_executable(testEmp testEmp.cc EmpDeproj.cc)
41-
41+
add_executable(testED testED.cc EmpDeproj.cc)
4242

4343
foreach(program ${bin_PROGRAMS})
4444
target_link_libraries(${program} ${common_LINKLIB})

0 commit comments

Comments
 (0)