summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/python_modules/jamroot.jam
blob: 29972a480f5184c69cdca1087766df5496b4087d (plain)
1
2
3
4
5
6
7
8
# Copyright 2006 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)

import python_helpers ;

ECHO "test1:" [ python_helpers.test1 ] ;
ECHO "test2:" [ python_helpers.test2 1234 : 5678 ] ;