mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Moved common build options into build/Jamfile
[SVN r20355]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
subproject libs/regex/example ;
|
||||
|
||||
# bring in the rules for testing
|
||||
import testing ../base ;
|
||||
import testing ;
|
||||
|
||||
rule regex-test-run ( sources + : input * )
|
||||
{
|
||||
@ -11,7 +11,7 @@ rule regex-test-run ( sources + : input * )
|
||||
run
|
||||
# sources
|
||||
$(sources)
|
||||
<template>regex-options
|
||||
<template>../build/regex-options
|
||||
|
||||
# dependencies
|
||||
<lib>../build/boost_regex
|
||||
@ -51,3 +51,4 @@ test-suite regex-examples :
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user