Skip to content

Commit

Permalink
Removed redundant lines
Browse files Browse the repository at this point in the history
  • Loading branch information
simmplecoder committed May 30, 2022
1 parent 3965f2a commit 45da544
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions test/extension/image_processing/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
#
import testing ;

compile anisotropic_diffusion.cpp ;
compile hough_circle_transform.cpp ;
compile hough_line_transform.cpp ;
compile hough_parameter.cpp ;

run anisotropic_diffusion.cpp ;
run hough_circle_transform.cpp ;
run hough_line_transform.cpp ;
Expand Down
4 changes: 0 additions & 4 deletions test/extension/rasterization/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
#
import testing ;

compile line.cpp ;
compile circle.cpp ;
compile ellipse.cpp ;

run line.cpp ;
run circle.cpp ;
run ellipse.cpp ;

0 comments on commit 45da544

Please sign in to comment.