File tree 6 files changed +18
-18
lines changed
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
30
30
harris_auto_schedule)
31
31
32
32
# 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)
34
34
if (EXISTS ${IMAGE} )
35
- configure_file (${IMAGE} rgb .png COPYONLY )
35
+ configure_file (${IMAGE} rgba .png COPYONLY )
36
36
add_test (NAME harris_filter
37
- COMMAND harris_filter rgb .png out.png)
37
+ COMMAND harris_filter rgba .png out.png)
38
38
set_tests_properties (harris_filter PROPERTIES
39
39
LABELS internal_app_tests
40
40
PASS_REGULAR_EXPRESSION "Success!"
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ target_link_libraries(hist_filter
31
31
hist_auto_schedule)
32
32
33
33
# 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)
35
35
if (EXISTS ${IMAGE} )
36
- configure_file (${IMAGE} rgb .png COPYONLY )
36
+ configure_file (${IMAGE} rgba .png COPYONLY )
37
37
add_test (NAME hist_filter
38
- COMMAND hist_filter rgb .png out.png)
38
+ COMMAND hist_filter rgba .png out.png)
39
39
set_tests_properties (hist_filter PROPERTIES
40
40
LABELS internal_app_tests
41
41
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
30
30
iir_blur_auto_schedule)
31
31
32
32
# 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)
34
34
if (EXISTS ${IMAGE} )
35
- configure_file (${IMAGE} rgb .png COPYONLY )
35
+ configure_file (${IMAGE} rgba .png COPYONLY )
36
36
add_test (NAME iir_blur_filter
37
- COMMAND iir_blur_filter rgb .png out.png)
37
+ COMMAND iir_blur_filter rgba .png out.png)
38
38
set_tests_properties (iir_blur_filter PROPERTIES
39
39
LABELS internal_app_tests
40
40
PASS_REGULAR_EXPRESSION "Success!"
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ target_link_libraries(lens_blur_filter
30
30
lens_blur_auto_schedule)
31
31
32
32
# 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)
34
34
if (EXISTS ${IMAGE} )
35
- configure_file (${IMAGE} rgb .png COPYONLY )
35
+ configure_file (${IMAGE} rgb_small .png COPYONLY )
36
36
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)
38
38
set_tests_properties (lens_blur_filter PROPERTIES
39
39
LABELS internal_app_tests
40
40
PASS_REGULAR_EXPRESSION "Success!"
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ target_link_libraries(max_filter_filter
30
30
max_filter_auto_schedule)
31
31
32
32
# 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)
34
34
if (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)
37
37
set_tests_properties (max_filter_filter PROPERTIES
38
38
LABELS internal_app_tests
39
39
PASS_REGULAR_EXPRESSION "Success!"
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ target_link_libraries(unsharp_filter
30
30
unsharp_auto_schedule)
31
31
32
32
# 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)
34
34
if (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)
37
37
set_tests_properties (unsharp_filter PROPERTIES
38
38
LABELS internal_app_tests
39
39
PASS_REGULAR_EXPRESSION "Success!"
You can’t perform that action at this time.
0 commit comments