Re: How to pass parameters to test program

2009-04-17 Thread Dmitry V. Krivenok
Ralf Wildenhues wrote: Hello Dmitry, * Dmitry V. Krivenok wrote on Thu, Apr 16, 2009 at 02:18:25PM CEST: I implemented some tests for my library using Boost.Test. Resulting test executable works fine. It's automatically executed when I run "make check". Does it

How to pass parameters to test program

2009-04-16 Thread Dmitry V. Krivenok
line. How can I specify parameters to be passed to test executable during "make check"? Is it possible at all? Thank you beforehand! -- Sincerely yours, Dmitry V. Krivenok Orange System Co., Ltd. Saint-Petersburg, Russia work phone: +7 812 332-32-40 cellular phone: +7 92

Re: Helper script && noinst_SCRIPTS

2008-12-01 Thread Dmitry V. Krivenok
The dist_bin_scripts means "distribute the scripts *and* install them in bindir". I tried dist_check_SCRIPTS = fds_by_process.sh and it works for me. Thank you! H -- Sincerely yours, Dmitry V. Krivenok Orange System Company Saint-Petersburg, Russia work phone: +7 812 332-32-40 cel

Helper script && noinst_SCRIPTS

2008-11-28 Thread Dmitry V. Krivenok
/Makefile.am Of course I don't want to install this script (by make install). So, I added noinst_SCRIPTS = fds_by_process.sh in tests/Makefile.am. Unfortunately, this script is installed by "make install". What's wrong? Thank you beforehand! -- Sincerely yours, Dmitry V. Kr

Helper script && noinst_SCRIPTS

2008-11-28 Thread Dmitry V. Krivenok
/Makefile.am Of course I don't want to install this script (by make install). So, I added noinst_SCRIPTS = fds_by_process.sh in tests/Makefile.am. Unfortunately, this script is installed by "make install". What's wrong? Thank you beforehand! -- Sincerely yours, Dmitry V. Kr