$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] command line arguments to unit-test
From: groups queries (qroups.q_at_[hidden])
Date: 2009-03-27 13:14:17
Hello,
A newb question.
What is correct syntax to pass a command line parameter to a
unit-test application?, in an example rule like this:
unit-test test-app : test-app.cpp : <library>liba ;
I tried, in vain:
unit-test test-app : test-app.cpp : <library>liba : $(filename) ;
Thanks in advance.
-- Regards, - Vin -