Menu

[ee7d4c]: / binding / python / test / jamfile.jam  Maximize  Restore  History

Download this file

24 lines (19 with data), 603 Bytes

# owlcpp/binding/python/test/jamfile.jam
# part of owlcpp project.
# Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
# Copyright Mikhail K Levin 2011-5

project owlcpp/binding/python/test
    : requirements
      #path-constant does not expand correctly under WIN
      <pythonpath>../../../out/binding/python
      <dependency>/owlcpp//bindings-py
;

import python testing ;

rule run-all ( sources * : requirements * )
{
   for local source in $(sources)
   {
       return [ bpl-test $(source:B) : $(source) ] ;
   }
}

test-suite python : [ run-all [ glob *.py ] ] ;
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.