Subject: [Boost-build] Unit tests and manifests generation (msvc)
From: Samuel Debionne (debionne_at_[hidden])
Date: 2011-04-18 05:31:26


Hi all,
In my latest unit tests I need to generate and embed a manifest that
declare the OpenMP runtime dependant assembly (so that it is
successfully found in the side by side assembly directory). The
dependancy is declared in msvc "omp.h" header with a pragma directive :

#pragma comment(linker,"/manifestdependency...

It seems that unit-test targets do not generate/embed manifests (while
exe targets do). Am I missing something ?
Samuel