$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test] How to execute shell commands
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2018-09-28 20:08:34
On 28.09.18 10:15, Mike Dev via Boost wrote:
> Does the boost unit test frame work provide a way to write a test that executes a couple of shell commands?
>
> Specifically, I want to write a test that compiles a cmake project:
>
Nope, you have to use cmake tools for that.