Skip to content

Commit

Permalink
Edit Jamfile to new layout
Browse files Browse the repository at this point in the history
  • Loading branch information
simmplecoder committed May 30, 2022
1 parent 48d7ebf commit b962a6a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ build-project image_view ;
build-project algorithm ;
build-project image_processing ;
build-project histogram ;
build-project rasterization ;
2 changes: 2 additions & 0 deletions test/extension/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ build-project histogram ;
build-project numeric ;
build-project toolbox ;
build-project io ;
build-project image_processing ;
build-project rasterization ;
14 changes: 14 additions & 0 deletions test/extension/image_processing/Jamfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Boost.GIL (Generic Image Library) - tests
#
# Copyright 2020 Olzhas Zhumabek <anonymous.from.applecity@gmail.com>
#
# Use, modification and distribution are subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#
import testing ;

run anisotropic_diffusion.cpp ;
run hough_circle_transform.cpp ;
run hough_line_transform.cpp ;
run hough_parameter.cpp ;

0 comments on commit b962a6a

Please sign in to comment.