File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -703,8 +703,20 @@ test_fiwalk_fiwalk_test_SOURCES = \
703703
704704EXTRA_test_fiwalk_fiwalk_test_DEPENDENCIES = test/get_images/test_images.txt
705705
706- test/get_images/test_images.txt : test/get_images/test_images.yaml test/get_images/get_test_images.bash test/get_images/get_test_images.py
707- test/get_images/get_test_images.bash
706+ # System for getting test images
707+ # This will be replaced with a sub repo
708+
709+ get_images_inputs = \
710+ test/get_images/get_test_images.bash \
711+ test/get_images/get_test_images.py \
712+ test/get_images/test_images.yaml
713+
714+ test/get_images/test_images.txt : $(get_images_inputs )
715+ bash test/get_images/get_test_images.bash
716+
717+ EXTRA_DIST += $(get_images_inputs )
718+
719+ # #
708720
709721CLEANFILES += test/get_images/test_images.txt
710722
You can’t perform that action at this time.
0 commit comments