Hi,
> I am using following steps to configure, compile and tinstalling the KEDR to
> "/opt/kedr" directory.
The instructions at
https://code.google.com/p/kedr/wiki/kedr_manual_getting_started are a
bit inaccurate at the moment: they are actually for building KEDR from
the latest code in the repository (which is the recommended scenario
anyway).
If you are building the released KEDR 0.5, then you can do the
following to build and run the tests (in the same directory where you
have built KEDR):
1) make build_tests
2) sudo ctest
ctest will run the tests.
If you build the KEDR from its latest source code in the repository,
then add -DWITH_TESTING=on to cmake, then build KEDR normally:
4) cmake -DWITH_TESTING=on -DCMAKE_INSTALL_PREFIX=/opt/kedr/ ../../kedr-0.5/
5) make
Then see if /var/opt/kedr/tests/run_tests.sh is present.
Regards,
Eugene