Skip to content
Snippets Groups Projects
Commit 34bfb8f5 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Update 'pio_write_dist_array.run' before running tests that source it.

parent 8383a450
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ TESTS += \
pio_write_dist_array.run \
test_resource_copy.parallel.run
# Update pio_write.run before running tests that source it:
pio_write_TEST_LOGS_= \
# Update pio_write_dist_array.run before running tests that source it:
pio_write_dist_array_TEST_LOGS_ = \
pio_cksum_asynch.log \
pio_cksum_fpguard.log \
pio_cksum_grb2.log \
......@@ -66,7 +66,12 @@ pio_write_TEST_LOGS_= \
pio_cksum_nc.log \
pio_cksum_nc2.log \
pio_cksum_nc4.log \
pio_cksum_writer.log \
pio_cksum_writer.log
$(pio_write_dist_array_TEST_LOGS_): pio_write_dist_array.run
# Update pio_write.run before running tests that source it:
pio_write_TEST_LOGS_ = \
$(pio_write_dist_array_TEST_LOGS_) \
pio_write.parallel.log \
pio_write_deco2d.log \
pio_write_deco2d.parallel.log \
......
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