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
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
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
/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
/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