$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [bjam] Can I disable a test based on an environment variable?
From: James E. King, III (jking_at_[hidden])
Date: 2018-01-21 05:03:01
I'd like to disable some serialization tests if I am running a ubsan build
on travis. Is there a way in the Jamfile I can make it conditional on an
environment variable, or should I define something like
BOOST_DATE_TIME_UBSAN and put "if !defined" in the appropriate tests?