Actions
Anomalie #397
closedAutotest testsuite does not use installed binaries in installcheck target
Description
- testcase 1 depends on check_test (check target) : disable testcase 1 (functional unit testing)
- testcase 2 depends on mkmodule (check target) : explicitely compile test/mkmodule only (make C test mkmodule.la) binaries are not installed with make install target as a prerequisite (installcheck-local: install)
- Ignore AUTOTEST_PATH and run mkernel from abs_top_builddir not from installed location (set AUTOTEST_PATH=src for check and AUTOTEST_PATH=bindir for installcheck, remove absolute path from mkernel)
Updated by François Cerbelle 5 months ago
make distclean
./configure && make
sudo make install
make installcheck
fails
make all
make -C test check_test
make installcheck
succeed
sudo make uninstall
Updated by François Cerbelle 5 months ago
- Blocks Feature request #389: Standardize build pipeline all/check/clean dist/distcheck/distclean install/installcheck/uninstall deb/debcheck/debclean debinstall/debinstallcheck/debuninstall added
Updated by François Cerbelle 5 months ago
- Blocks Feature request #389: Standardize build pipeline all/check/clean dist/distcheck/distclean install/installcheck/uninstall deb/debcheck/debclean debinstall/debinstallcheck/debuninstall added
Updated by François Cerbelle 5 months ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Applied in changeset mkernel|c8a3bef66b3c80087ca6e0d86ca140acd6c10c25.
Updated by François Cerbelle 5 months ago
- Subject changed from Autotest testsuite does not work with installcheck target to Autotest testsuite does not use installed binaries in installcheck target
Updated by François Cerbelle 5 months ago
- Status changed from En cours to Résolu
- % Done changed from 0 to 100
Actions