charon-tkm: Don't run tests automatically during 'make check'

Due to the external dependencies these tests are quite inconvenient.
They can be run from the charon-tkm directory with 'make check-tkm'.
This commit is contained in:
Tobias Brunner 2013-11-14 15:27:40 +01:00
parent 5221a16391
commit f5feeb04f3
1 changed files with 5 additions and 5 deletions

View File

@ -41,13 +41,13 @@ build_charon: build_charon.gpr src/charon-tkm.c
build_tests: build_tests.gpr
@$(GPRBUILD) -p $< $(BUILD_OPTS) $(TEST_OPTS)
if UNITTESTS
check: build_tests
check-tkm: build_tests
@LD_LIBRARY_PATH=$(LIBPT) obj/tests
else
check:
@echo "reconfigure with --enable-unit-tests"
endif
@echo "TKM tests are not run automatically because they have to be run as root" >&2
@echo "and require a properly configured TKM daemon to be running." >&2
@echo "They can be run from '$(abs_builddir)' with 'make check-tkm'" >&2
install: build_charon
$(INSTALL) -m 755 obj/charon-tkm $(DESTDIR)$(ipsecdir)