make distcheck
should only succeed if check is installed
This commit is contained in:
parent
25cb991e86
commit
55f57e5a5d
@ -68,9 +68,5 @@ SUBDIRS = \
|
||||
tests \
|
||||
tools
|
||||
|
||||
if PERFORM_UNIT_TESTS
|
||||
SUBDIRS += tests
|
||||
endif
|
||||
|
||||
distclean-local:
|
||||
-rm -f xrdp_configure_options.h
|
||||
|
@ -377,9 +377,6 @@ if test "x$perform_unit_tests" == "xyes"; then
|
||||
else
|
||||
AC_MSG_NOTICE([libcheck not found, unit tests will be skipped])
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(PERFORM_UNIT_TESTS,
|
||||
[test "x$perform_unit_tests" = "xyes"])
|
||||
# -- end perform unit tests
|
||||
|
||||
AC_SUBST([moduledir], '${libdir}/xrdp')
|
||||
|
@ -6,9 +6,6 @@ if XRDP_DEBUG
|
||||
AM_CPPFLAGS += -DXRDP_DEBUG
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
memtest
|
||||
|
||||
check_PROGRAMS = \
|
||||
memtest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user