File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ target_link_libraries(harris_filter
3030 harris_auto_schedule)
3131
3232# Test that the app actually works!
33- set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgb .png)
33+ set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgba .png)
3434if (EXISTS ${IMAGE} )
35- configure_file (${IMAGE} rgb .png COPYONLY )
35+ configure_file (${IMAGE} rgba .png COPYONLY )
3636 add_test (NAME harris_filter
37- COMMAND harris_filter rgb .png out.png)
37+ COMMAND harris_filter rgba .png out.png)
3838 set_tests_properties (harris_filter PROPERTIES
3939 LABELS internal_app_tests
4040 PASS_REGULAR_EXPRESSION "Success!"
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ target_link_libraries(hist_filter
3131 hist_auto_schedule)
3232
3333# Test that the app actually works!
34- set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgb .png)
34+ set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgba .png)
3535if (EXISTS ${IMAGE} )
36- configure_file (${IMAGE} rgb .png COPYONLY )
36+ configure_file (${IMAGE} rgba .png COPYONLY )
3737 add_test (NAME hist_filter
38- COMMAND hist_filter rgb .png out.png)
38+ COMMAND hist_filter rgba .png out.png)
3939 set_tests_properties (hist_filter PROPERTIES
4040 LABELS internal_app_tests
4141 PASS_REGULAR_EXPRESSION "Success!"
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ target_link_libraries(iir_blur_filter PRIVATE
3030 iir_blur_auto_schedule)
3131
3232# Test that the app actually works!
33- set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgb .png)
33+ set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgba .png)
3434if (EXISTS ${IMAGE} )
35- configure_file (${IMAGE} rgb .png COPYONLY )
35+ configure_file (${IMAGE} rgba .png COPYONLY )
3636 add_test (NAME iir_blur_filter
37- COMMAND iir_blur_filter rgb .png out.png)
37+ COMMAND iir_blur_filter rgba .png out.png)
3838 set_tests_properties (iir_blur_filter PROPERTIES
3939 LABELS internal_app_tests
4040 PASS_REGULAR_EXPRESSION "Success!"
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ target_link_libraries(lens_blur_filter
3030 lens_blur_auto_schedule)
3131
3232# Test that the app actually works!
33- set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgb .png)
33+ set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgb_small .png)
3434if (EXISTS ${IMAGE} )
35- configure_file (${IMAGE} rgb .png COPYONLY )
35+ configure_file (${IMAGE} rgb_small .png COPYONLY )
3636 add_test (NAME lens_blur_filter
37- COMMAND lens_blur_filter rgb .png 32 13 0.5 32 3 out.png)
37+ COMMAND lens_blur_filter rgb_small .png 32 13 0.5 32 3 out.png)
3838 set_tests_properties (lens_blur_filter PROPERTIES
3939 LABELS internal_app_tests
4040 PASS_REGULAR_EXPRESSION "Success!"
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ target_link_libraries(max_filter_filter
3030 max_filter_auto_schedule)
3131
3232# Test that the app actually works!
33- set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgb .png)
33+ set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgba .png)
3434if (EXISTS ${IMAGE} )
35- configure_file (${IMAGE} rgb .png COPYONLY )
36- add_test (NAME max_filter_filter COMMAND max_filter_filter rgb .png out.png)
35+ configure_file (${IMAGE} rgba .png COPYONLY )
36+ add_test (NAME max_filter_filter COMMAND max_filter_filter rgba .png out.png)
3737 set_tests_properties (max_filter_filter PROPERTIES
3838 LABELS internal_app_tests
3939 PASS_REGULAR_EXPRESSION "Success!"
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ target_link_libraries(unsharp_filter
3030 unsharp_auto_schedule)
3131
3232# Test that the app actually works!
33- set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgb .png)
33+ set (IMAGE ${CMAKE_CURRENT_LIST_DIR} /../images/rgba .png)
3434if (EXISTS ${IMAGE} )
35- configure_file (${IMAGE} rgb .png COPYONLY )
36- add_test (NAME unsharp_filter COMMAND unsharp_filter rgb .png out.png)
35+ configure_file (${IMAGE} rgba .png COPYONLY )
36+ add_test (NAME unsharp_filter COMMAND unsharp_filter rgba .png out.png)
3737 set_tests_properties (unsharp_filter PROPERTIES
3838 LABELS internal_app_tests
3939 PASS_REGULAR_EXPRESSION "Success!"
You can’t perform that action at this time.
0 commit comments