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 -