$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-02-15 06:48:17
Hello,
libs/python/test/Jamfile (that is V1 Jamfile) contains this:
[ run upcast.cpp <lib>../../test/build/boost_test_exec_monitor
<template>py-unit-test ]
but upcast.cpp does not define test_main that Boost.Test expects. How this can
work? Is reference to Boost.Test intentional? The test will passes if I
remove it.
- Volodya