@@ -7,15 +7,14 @@ nisar/workflows/focus.py
7
7
nisar/workflows/stage_dem.py
8
8
nisar/workflows/gcov.py
9
9
nisar/workflows/geo2rdr.py
10
+ nisar/workflows/geocode_insar.py
10
11
nisar/workflows/gslc.py
11
12
nisar/workflows/gpu_check.py
12
- nisar/workflows/geocode_insar.py
13
13
nisar/workflows/insar.py
14
14
nisar/workflows/process_args.py
15
15
nisar/workflows/point_target_info.py
16
16
nisar/workflows/rdr2geo.py
17
17
nisar/workflows/resample_slc.py
18
- nisar/workflows/rubbersheet.py
19
18
nisar/workflows/unwrap.py
20
19
nisar/workflows/antenna_parser.py
21
20
)
@@ -45,17 +44,19 @@ set_tests_properties(test.python.pkg.nisar.workflows.geo2rdr PROPERTIES
45
44
DEPENDS test .python.pkg.nisar.workflows.rdr2geo)
46
45
set_tests_properties (test .python.pkg.nisar.workflows.resample_slc PROPERTIES
47
46
DEPENDS test .python.pkg.nisar.workflows.geo2rdr)
48
- if (WITH_CUDA)
49
- set_tests_properties (test .python.pkg.nisar.workflows.dense_offsets PROPERTIES
50
- DEPENDS test .python.pkg.nisar.workflows.cuda_insar)
51
- set_tests_properties (test .python.pkg.nisar.workflows.rubbersheet PROPERTIES
52
- DEPENDS test .python.pkg.nisar.workflows.cuda_insar)
53
- endif ()
54
47
set_tests_properties (test .python.pkg.nisar.workflows.crossmul PROPERTIES
55
48
DEPENDS test .python.pkg.nisar.workflows.resample_slc)
56
49
# using rdr2geo outputs as RUNW rasters to confirm geocode run
57
50
# using RUNW HDF5 needed as a verifiable dummy RUNW input
58
51
set_tests_properties (test .python.pkg.nisar.workflows.geocode_insar PROPERTIES
59
52
DEPENDS "test.python.pkg.nisar.workflows.rdr2geo;test.python.pkg.nisar.workflows.unwrap" )
53
+
60
54
set_tests_properties (test .python.pkg.nisar.workflows.insar PROPERTIES
61
55
DEPENDS test .python.pkg.nisar.workflows.geocode_insar)
56
+
57
+ if (WITH_CUDA)
58
+ set_tests_properties (test .python.pkg.nisar.workflows.dense_offsets PROPERTIES
59
+ DEPENDS test .python.pkg.nisar.workflows.cuda_insar)
60
+ set_tests_properties (test .python.pkg.nisar.workflows.rubbersheet PROPERTIES
61
+ DEPENDS test .python.pkg.nisar.workflows.cuda_insar)
62
+ endif ()
0 commit comments