New upstream version 4.16.0

This commit is contained in:
Chris Hofstaedtler
2024-06-25 20:09:23 +02:00
parent 0fda4df4f1
commit e8b8d7a84b
488 changed files with 2122 additions and 2883 deletions
-61
View File
@@ -1,61 +0,0 @@
#!/usr/bin/expect -f
# This is a script for repeatedly logging into the localhost
# using `rlogin` in order to apparently see a symptoms described
# in bug #332198.
# As described in the bug log, sometimes `rlogind` will fail to
# establish a connection, because it starts "login" process and
# the latter fails with "unable to determine TTY name, got /dev/pts/1"
# message.
#
# BUGS
#
# * the script rlogins to localhost
# * the script doesn't handle passwdord prompt, because it's intended
# to use .rhosts auth and expects shell prompt immediately after
# `rlogin`
# * the regexp for shell prompt is hardcoded
log_user 0
match_max 8192
while {1} {
set rlogin_spawn [spawn rlogin localhost]
if { $rlogin_spawn == 0 } { exit 1 }
expect {
-timeout 10 -re "^.*(Last login\[^\r\n\]*).*\n(\[^\r\n\]*\[#$\] )$" {
send_error "$expect_out(1,string)\n"
send_error "$expect_out(2,string)\n"
# send_error "$expect_out(0,string)\n"
}
timeout {
send_error "TIMEOUT/prompt\n"
send_error "$expect_out(buffer)\n"
send_error "RETRYING\n"
log_user 1
send "tty /\r"
expect -timeout 2 -re "^.*\r?\n(\[^\r\n\]*# )$" {}
send "tty /\r"
expect -timeout 2 -re "^.*\r?\n(\[^\r\n\]*# )$" {}
send_error "\n"
exit 2
}
}
send "tty\r"
expect {
-timeout 4 -re "tty\r?\n(\[^\r\n\]*)\r?\n(\[^\r\n\]*\[#$\] )$" {
send_error "$expect_out(2,string)$expect_out(1,string)\n"
# send_error "$expect_out(0,string)\n"
}
timeout { send_error "TIMEOUT/tty\n" ; exit 3 }
}
send "exit\r"
expect {
-timeout 2 eof {
# send_error "OK4: EOF\n"
}
timeout { send_error "TIMEOUT/eof\n" ; exit 4 }
}
wait
}
# vi: set sw=4:
@@ -138,3 +138,8 @@ enum subid_status shadow_subid_list_owner_ranges(const char *owner, enum subid_t
return SUBID_STATUS_SUCCESS;
}
void shadow_subid_free(void *ptr)
{
free(ptr);
}
+173 -174
View File
@@ -87,14 +87,14 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = x86_64-pc-linux-gnu
host_triplet = x86_64-pc-linux-gnu
check_PROGRAMS = test_adds$(EXEEXT) \
test_atoi_strtoi$(EXEEXT) \
test_chkname$(EXEEXT) test_sprintf$(EXEEXT) \
test_strncpy$(EXEEXT) test_strtcpy$(EXEEXT) \
test_xasprintf$(EXEEXT) \
test_zustr2stp$(EXEEXT) $(am__EXEEXT_1)
am__append_1 = \
test_logind
#check_PROGRAMS = test_adds$(EXEEXT) \
# test_atoi_strtoi$(EXEEXT) \
# test_chkname$(EXEEXT) test_sprintf$(EXEEXT) \
# test_strncpy$(EXEEXT) test_strtcpy$(EXEEXT) \
# test_xasprintf$(EXEEXT) \
# test_zustr2stp$(EXEEXT) $(am__EXEEXT_1)
#am__append_1 = \
# test_logind
subdir = tests/unit
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -114,16 +114,16 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am__EXEEXT_1 = \
test_logind$(EXEEXT)
#am__EXEEXT_1 = \
# test_logind$(EXEEXT)
am__test_adds_SOURCES_DIST = ../../lib/adds.c test_adds.c
am__dirstamp = $(am__leading_dot)dirstamp
am_test_adds_OBJECTS = \
../../lib/test_adds-adds.$(OBJEXT) \
test_adds-test_adds.$(OBJEXT)
#am_test_adds_OBJECTS = \
# ../../lib/test_adds-adds.$(OBJEXT) \
# test_adds-test_adds.$(OBJEXT)
test_adds_OBJECTS = $(am_test_adds_OBJECTS)
am__DEPENDENCIES_1 =
test_adds_DEPENDENCIES = $(am__DEPENDENCIES_1)
#test_adds_DEPENDENCIES = $(am__DEPENDENCIES_1)
AM_V_lt = $(am__v_lt_$(V))
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
am__v_lt_0 = --silent
@@ -133,75 +133,75 @@ test_adds_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(CFLAGS) $(test_adds_LDFLAGS) $(LDFLAGS) -o $@
am__test_atoi_strtoi_SOURCES_DIST = ../../lib/atoi/strtoi.c \
test_atoi_strtoi.c
am_test_atoi_strtoi_OBJECTS = ../../lib/atoi/test_atoi_strtoi-strtoi.$(OBJEXT) \
test_atoi_strtoi-test_atoi_strtoi.$(OBJEXT)
#am_test_atoi_strtoi_OBJECTS = ../../lib/atoi/test_atoi_strtoi-strtoi.$(OBJEXT) \
# test_atoi_strtoi-test_atoi_strtoi.$(OBJEXT)
test_atoi_strtoi_OBJECTS = $(am_test_atoi_strtoi_OBJECTS)
test_atoi_strtoi_DEPENDENCIES = \
$(am__DEPENDENCIES_1)
#test_atoi_strtoi_DEPENDENCIES = \
# $(am__DEPENDENCIES_1)
test_atoi_strtoi_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(test_atoi_strtoi_CFLAGS) $(CFLAGS) \
$(test_atoi_strtoi_LDFLAGS) $(LDFLAGS) -o $@
am__test_chkname_SOURCES_DIST = ../../lib/chkname.c test_chkname.c
am_test_chkname_OBJECTS = \
../../lib/test_chkname-chkname.$(OBJEXT) \
test_chkname-test_chkname.$(OBJEXT)
#am_test_chkname_OBJECTS = \
# ../../lib/test_chkname-chkname.$(OBJEXT) \
# test_chkname-test_chkname.$(OBJEXT)
test_chkname_OBJECTS = $(am_test_chkname_OBJECTS)
test_chkname_DEPENDENCIES = $(am__DEPENDENCIES_1)
#test_chkname_DEPENDENCIES = $(am__DEPENDENCIES_1)
test_chkname_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_chkname_CFLAGS) \
$(CFLAGS) $(test_chkname_LDFLAGS) $(LDFLAGS) -o $@
am__test_logind_SOURCES_DIST = ../../lib/logind.c test_logind.c
am_test_logind_OBJECTS = \
../../lib/test_logind-logind.$(OBJEXT) \
test_logind-test_logind.$(OBJEXT)
#am_test_logind_OBJECTS = \
# ../../lib/test_logind-logind.$(OBJEXT) \
# test_logind-test_logind.$(OBJEXT)
test_logind_OBJECTS = $(am_test_logind_OBJECTS)
test_logind_DEPENDENCIES = $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
#test_logind_DEPENDENCIES = $(am__DEPENDENCIES_1) \
# $(am__DEPENDENCIES_1)
test_logind_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_logind_CFLAGS) \
$(CFLAGS) $(test_logind_LDFLAGS) $(LDFLAGS) -o $@
am__test_sprintf_SOURCES_DIST = ../../lib/string/sprintf.c \
test_sprintf.c
am_test_sprintf_OBJECTS = ../../lib/string/test_sprintf-sprintf.$(OBJEXT) \
test_sprintf-test_sprintf.$(OBJEXT)
#am_test_sprintf_OBJECTS = ../../lib/string/test_sprintf-sprintf.$(OBJEXT) \
# test_sprintf-test_sprintf.$(OBJEXT)
test_sprintf_OBJECTS = $(am_test_sprintf_OBJECTS)
test_sprintf_DEPENDENCIES = $(am__DEPENDENCIES_1)
#test_sprintf_DEPENDENCIES = $(am__DEPENDENCIES_1)
test_sprintf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_sprintf_CFLAGS) \
$(CFLAGS) $(test_sprintf_LDFLAGS) $(LDFLAGS) -o $@
am__test_strncpy_SOURCES_DIST = test_strncpy.c
am_test_strncpy_OBJECTS = \
test_strncpy-test_strncpy.$(OBJEXT)
#am_test_strncpy_OBJECTS = \
# test_strncpy-test_strncpy.$(OBJEXT)
test_strncpy_OBJECTS = $(am_test_strncpy_OBJECTS)
test_strncpy_DEPENDENCIES = $(am__DEPENDENCIES_1)
#test_strncpy_DEPENDENCIES = $(am__DEPENDENCIES_1)
test_strncpy_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_strncpy_CFLAGS) \
$(CFLAGS) $(test_strncpy_LDFLAGS) $(LDFLAGS) -o $@
am__test_strtcpy_SOURCES_DIST = ../../lib/string/strtcpy.c \
test_strtcpy.c
am_test_strtcpy_OBJECTS = ../../lib/string/test_strtcpy-strtcpy.$(OBJEXT) \
test_strtcpy-test_strtcpy.$(OBJEXT)
#am_test_strtcpy_OBJECTS = ../../lib/string/test_strtcpy-strtcpy.$(OBJEXT) \
# test_strtcpy-test_strtcpy.$(OBJEXT)
test_strtcpy_OBJECTS = $(am_test_strtcpy_OBJECTS)
test_strtcpy_DEPENDENCIES = $(am__DEPENDENCIES_1)
#test_strtcpy_DEPENDENCIES = $(am__DEPENDENCIES_1)
test_strtcpy_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_strtcpy_CFLAGS) \
$(CFLAGS) $(test_strtcpy_LDFLAGS) $(LDFLAGS) -o $@
am__test_xasprintf_SOURCES_DIST = ../../lib/string/sprintf.c \
test_xasprintf.c
am_test_xasprintf_OBJECTS = ../../lib/string/test_xasprintf-sprintf.$(OBJEXT) \
test_xasprintf-test_xasprintf.$(OBJEXT)
#am_test_xasprintf_OBJECTS = ../../lib/string/test_xasprintf-sprintf.$(OBJEXT) \
# test_xasprintf-test_xasprintf.$(OBJEXT)
test_xasprintf_OBJECTS = $(am_test_xasprintf_OBJECTS)
test_xasprintf_DEPENDENCIES = $(am__DEPENDENCIES_1)
#test_xasprintf_DEPENDENCIES = $(am__DEPENDENCIES_1)
test_xasprintf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(test_xasprintf_CFLAGS) $(CFLAGS) $(test_xasprintf_LDFLAGS) \
$(LDFLAGS) -o $@
am__test_zustr2stp_SOURCES_DIST = test_zustr2stp.c
am_test_zustr2stp_OBJECTS = \
test_zustr2stp-test_zustr2stp.$(OBJEXT)
#am_test_zustr2stp_OBJECTS = \
# test_zustr2stp-test_zustr2stp.$(OBJEXT)
test_zustr2stp_OBJECTS = $(am_test_zustr2stp_OBJECTS)
test_zustr2stp_DEPENDENCIES = $(am__DEPENDENCIES_1)
#test_zustr2stp_DEPENDENCIES = $(am__DEPENDENCIES_1)
test_zustr2stp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(test_zustr2stp_CFLAGS) $(CFLAGS) $(test_zustr2stp_LDFLAGS) \
@@ -500,19 +500,19 @@ TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
$(top_srcdir)/test-driver
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} '/home/alx/src/shadow/stable/shadow/4.15.2/missing' aclocal-1.16
ACLOCAL = ${SHELL} '/home/serge/src/shadow/missing' aclocal-1.16
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 0
AR = ar
AUTOCONF = ${SHELL} '/home/alx/src/shadow/stable/shadow/4.15.2/missing' autoconf
AUTOHEADER = ${SHELL} '/home/alx/src/shadow/stable/shadow/4.15.2/missing' autoheader
AUTOMAKE = ${SHELL} '/home/alx/src/shadow/stable/shadow/4.15.2/missing' automake-1.16
AUTOCONF = ${SHELL} '/home/serge/src/shadow/missing' autoconf
AUTOHEADER = ${SHELL} '/home/serge/src/shadow/missing' autoheader
AUTOMAKE = ${SHELL} '/home/serge/src/shadow/missing' automake-1.16
AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -O2 -Wall -Wextra -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=int-conversion -Wno-expansion-to-defined -Wno-unknown-attributes -Wno-unknown-warning-option
CMOCKA_CFLAGS =
CMOCKA_LIBS = -lcmocka
CMOCKA_LIBS =
CPP = gcc -E
CPPFLAGS =
CSCOPE = cscope
@@ -531,7 +531,6 @@ EGREP = /usr/bin/grep -E
ETAGS = etags
EXEEXT =
FGREP = /usr/bin/grep -F
FILECMD = file
GETTEXT_MACRO_VERSION = 0.19
GMSGFMT = /usr/bin/msgfmt
GMSGFMT_015 = /usr/bin/msgfmt
@@ -554,8 +553,8 @@ LIBADD_SHL_LOAD =
LIBATTR = -lattr
LIBAUDIT = -laudit
LIBBSD =
LIBBSD_CFLAGS = -isystem /usr/include/x86_64-linux-gnu/bsd -DLIBBSD_OVERLAY
LIBBSD_LIBS = -lbsd
LIBBSD_CFLAGS = -DLIBBSD_OVERLAY -isystem /usr/include/bsd
LIBBSD_LIBS = -lbsd
LIBCRYPT = -lcrypt
LIBECONF =
LIBICONV = -liconv
@@ -567,8 +566,8 @@ LIBS = -lbsd
LIBSELINUX = -lselinux
LIBSEMANAGE = -lsemanage
LIBSKEY =
LIBSUBID_ABI = 4.0.0
LIBSUBID_ABI_MAJOR = 4
LIBSUBID_ABI = 5.0.0
LIBSUBID_ABI_MAJOR = 5
LIBSUBID_ABI_MICRO = 0
LIBSUBID_ABI_MINOR = 0
LIBSYSTEMD = -lsystemd
@@ -584,7 +583,7 @@ LT_DLLOADERS = dlopen.la
LT_DLPREOPEN = -dlpreopen dlopen.la
LT_SYS_LIBRARY_PATH =
MAINT =
MAKEINFO = ${SHELL} '/home/alx/src/shadow/stable/shadow/4.15.2/missing' makeinfo
MAKEINFO = ${SHELL} '/home/serge/src/shadow/missing' makeinfo
MANIFEST_TOOL = :
MKDIR_P = /usr/bin/mkdir -p
MSGFMT = /usr/bin/msgfmt
@@ -599,10 +598,10 @@ OTOOL64 =
PACKAGE = shadow
PACKAGE_BUGREPORT = pkg-shadow-devel@lists.alioth.debian.org
PACKAGE_NAME = shadow
PACKAGE_STRING = shadow 4.15.2
PACKAGE_STRING = shadow 4.16.0
PACKAGE_TARNAME = shadow
PACKAGE_URL = https://github.com/shadow-maint/shadow
PACKAGE_VERSION = 4.15.2
PACKAGE_VERSION = 4.16.0
PATH_SEPARATOR = :
PKG_CONFIG = /usr/bin/pkg-config
PKG_CONFIG_LIBDIR =
@@ -615,7 +614,7 @@ SHELL = /bin/bash
STRIP = strip
USE_NLS = yes
VENDORDIR =
VERSION = 4.15.2
VERSION = 4.16.0
XGETTEXT = /usr/bin/xgettext
XGETTEXT_015 = /usr/bin/xgettext
XGETTEXT_EXTRA_OPTIONS =
@@ -624,10 +623,10 @@ XML_CATALOG_FILE = /etc/xml/catalog
XSLTPROC = /usr/bin/xsltproc
YACC = bison -y
YFLAGS =
abs_builddir = /home/alx/src/shadow/stable/shadow/4.15.2/tests/unit
abs_srcdir = /home/alx/src/shadow/stable/shadow/4.15.2/tests/unit
abs_top_builddir = /home/alx/src/shadow/stable/shadow/4.15.2
abs_top_srcdir = /home/alx/src/shadow/stable/shadow/4.15.2
abs_builddir = /home/serge/src/shadow/tests/unit
abs_srcdir = /home/serge/src/shadow/tests/unit
abs_top_builddir = /home/serge/src/shadow
abs_top_srcdir = /home/serge/src/shadow
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_DUMPBIN =
@@ -657,7 +656,7 @@ host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/alx/src/shadow/stable/shadow/4.15.2/install-sh
install_sh = ${SHELL} /home/serge/src/shadow/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
@@ -679,154 +678,154 @@ top_build_prefix = ../../
top_builddir = ../..
top_srcdir = ../..
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)
TESTS = $(check_PROGRAMS)
test_adds_SOURCES = \
../../lib/adds.c \
test_adds.c \
$(NULL)
#TESTS = $(check_PROGRAMS)
#test_adds_SOURCES = \
# ../../lib/adds.c \
# test_adds.c \
# $(NULL)
test_adds_CFLAGS = \
$(AM_FLAGS) \
$(NULL)
#test_adds_CFLAGS = \
# $(AM_FLAGS) \
# $(NULL)
test_adds_LDFLAGS = \
$(NULL)
#test_adds_LDFLAGS = \
# $(NULL)
test_adds_LDADD = \
$(CMOCKA_LIBS) \
$(NULL)
#test_adds_LDADD = \
# $(CMOCKA_LIBS) \
# $(NULL)
test_atoi_strtoi_SOURCES = \
../../lib/atoi/strtoi.c \
test_atoi_strtoi.c \
$(NULL)
#test_atoi_strtoi_SOURCES = \
# ../../lib/atoi/strtoi.c \
# test_atoi_strtoi.c \
# $(NULL)
test_atoi_strtoi_CFLAGS = \
$(AM_CFLAGS) \
$(NULL)
#test_atoi_strtoi_CFLAGS = \
# $(AM_CFLAGS) \
# $(NULL)
test_atoi_strtoi_LDFLAGS = \
$(NULL)
#test_atoi_strtoi_LDFLAGS = \
# $(NULL)
test_atoi_strtoi_LDADD = \
$(CMOCKA_LIBS) \
$(NULL)
#test_atoi_strtoi_LDADD = \
# $(CMOCKA_LIBS) \
# $(NULL)
test_chkname_SOURCES = \
../../lib/chkname.c \
test_chkname.c \
$(NULL)
#test_chkname_SOURCES = \
# ../../lib/chkname.c \
# test_chkname.c \
# $(NULL)
test_chkname_CFLAGS = \
$(AM_CFLAGS) \
$(NULL)
#test_chkname_CFLAGS = \
# $(AM_CFLAGS) \
# $(NULL)
test_chkname_LDFLAGS = \
$(NULL)
#test_chkname_LDFLAGS = \
# $(NULL)
test_chkname_LDADD = \
$(CMOCKA_LIBS) \
$(NULL)
#test_chkname_LDADD = \
# $(CMOCKA_LIBS) \
# $(NULL)
test_logind_SOURCES = \
../../lib/logind.c \
test_logind.c \
$(NULL)
#test_logind_SOURCES = \
# ../../lib/logind.c \
# test_logind.c \
# $(NULL)
test_logind_CFLAGS = \
$(AM_CFLAGS) \
-lsystemd \
$(NULL)
#test_logind_CFLAGS = \
# $(AM_CFLAGS) \
# -lsystemd \
# $(NULL)
test_logind_LDFLAGS = \
-Wl,-wrap,prefix_getpwnam \
-Wl,-wrap,sd_uid_get_sessions \
$(NULL)
#test_logind_LDFLAGS = \
# -Wl,-wrap,prefix_getpwnam \
# -Wl,-wrap,sd_uid_get_sessions \
# $(NULL)
test_logind_LDADD = \
$(CMOCKA_LIBS) \
$(LIBSYSTEMD) \
$(NULL)
#test_logind_LDADD = \
# $(CMOCKA_LIBS) \
# $(LIBSYSTEMD) \
# $(NULL)
test_sprintf_SOURCES = \
../../lib/string/sprintf.c \
test_sprintf.c \
$(NULL)
#test_sprintf_SOURCES = \
# ../../lib/string/sprintf.c \
# test_sprintf.c \
# $(NULL)
test_sprintf_CFLAGS = \
$(AM_CFLAGS) \
$(NULL)
#test_sprintf_CFLAGS = \
# $(AM_CFLAGS) \
# $(NULL)
test_sprintf_LDFLAGS = \
$(NULL)
#test_sprintf_LDFLAGS = \
# $(NULL)
test_sprintf_LDADD = \
$(CMOCKA_LIBS) \
$(NULL)
#test_sprintf_LDADD = \
# $(CMOCKA_LIBS) \
# $(NULL)
test_strncpy_SOURCES = \
test_strncpy.c \
$(NULL)
#test_strncpy_SOURCES = \
# test_strncpy.c \
# $(NULL)
test_strncpy_CFLAGS = \
$(AM_CFLAGS) \
$(NULL)
#test_strncpy_CFLAGS = \
# $(AM_CFLAGS) \
# $(NULL)
test_strncpy_LDFLAGS = \
$(NULL)
#test_strncpy_LDFLAGS = \
# $(NULL)
test_strncpy_LDADD = \
$(CMOCKA_LIBS) \
$(NULL)
#test_strncpy_LDADD = \
# $(CMOCKA_LIBS) \
# $(NULL)
test_strtcpy_SOURCES = \
../../lib/string/strtcpy.c \
test_strtcpy.c \
$(NULL)
#test_strtcpy_SOURCES = \
# ../../lib/string/strtcpy.c \
# test_strtcpy.c \
# $(NULL)
test_strtcpy_CFLAGS = \
$(AM_CFLAGS) \
$(NULL)
#test_strtcpy_CFLAGS = \
# $(AM_CFLAGS) \
# $(NULL)
test_strtcpy_LDFLAGS = \
$(NULL)
#test_strtcpy_LDFLAGS = \
# $(NULL)
test_strtcpy_LDADD = \
$(CMOCKA_LIBS) \
$(NULL)
#test_strtcpy_LDADD = \
# $(CMOCKA_LIBS) \
# $(NULL)
test_xasprintf_SOURCES = \
../../lib/string/sprintf.c \
test_xasprintf.c \
$(NULL)
#test_xasprintf_SOURCES = \
# ../../lib/string/sprintf.c \
# test_xasprintf.c \
# $(NULL)
test_xasprintf_CFLAGS = \
$(AM_CFLAGS) \
$(NULL)
#test_xasprintf_CFLAGS = \
# $(AM_CFLAGS) \
# $(NULL)
test_xasprintf_LDFLAGS = \
-Wl,-wrap,vasprintf \
-Wl,-wrap,exit \
$(NULL)
#test_xasprintf_LDFLAGS = \
# -Wl,-wrap,vasprintf \
# -Wl,-wrap,exit \
# $(NULL)
test_xasprintf_LDADD = \
$(CMOCKA_LIBS) \
$(NULL)
#test_xasprintf_LDADD = \
# $(CMOCKA_LIBS) \
# $(NULL)
test_zustr2stp_SOURCES = \
test_zustr2stp.c \
$(NULL)
#test_zustr2stp_SOURCES = \
# test_zustr2stp.c \
# $(NULL)
test_zustr2stp_CFLAGS = \
$(AM_CFLAGS) \
$(NULL)
#test_zustr2stp_CFLAGS = \
# $(AM_CFLAGS) \
# $(NULL)
test_zustr2stp_LDFLAGS = \
$(NULL)
#test_zustr2stp_LDFLAGS = \
# $(NULL)
test_zustr2stp_LDADD = \
$(CMOCKA_LIBS) \
$(NULL)
#test_zustr2stp_LDADD = \
# $(CMOCKA_LIBS) \
# $(NULL)
all: all-am
-1
View File
@@ -531,7 +531,6 @@ EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
FILECMD = @FILECMD@
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
GMSGFMT = @GMSGFMT@
GMSGFMT_015 = @GMSGFMT_015@
-1
View File
@@ -531,7 +531,6 @@ EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
FILECMD = @FILECMD@
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
GMSGFMT = @GMSGFMT@
GMSGFMT_015 = @GMSGFMT_015@