NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59685 CVS commit: src/tests/lib/libpthread



The following reply was made to PR lib/59685; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59685 CVS commit: src/tests/lib/libpthread
Date: Sat, 18 Oct 2025 20:27:23 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Oct 18 20:27:23 UTC 2025
 
 Modified Files:
 	src/tests/lib/libpthread: Makefile
 	src/tests/lib/libpthread/weak: Makefile
 Added Files:
 	src/tests/lib/libpthread/weak: t_pthread_weak_nothread.c
 	    t_pthread_weak_threaded.c
 Removed Files:
 	src/tests/lib/libpthread/weak/test: Makefile t_pthread_weak_nothread.c
 	    t_pthread_weak_threaded.c
 
 Log Message:
 tests/lib/libpthread: Fix tests in subdirectory.
 
 Need to use TESTS_SUBDIRS for this, not SUBDIR.  Avoid the extra
 nesting level while here; can make the library be a subdirectory of
 the directory where the tests live.
 
 PR lib/59685: libcrypto should not depend on libpthread
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.21 -r1.22 src/tests/lib/libpthread/Makefile
 cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libpthread/weak/Makefile
 cvs rdiff -u -r0 -r1.1 \
     src/tests/lib/libpthread/weak/t_pthread_weak_nothread.c \
     src/tests/lib/libpthread/weak/t_pthread_weak_threaded.c
 cvs rdiff -u -r1.2 -r0 src/tests/lib/libpthread/weak/test/Makefile
 cvs rdiff -u -r1.1 -r0 \
     src/tests/lib/libpthread/weak/test/t_pthread_weak_nothread.c \
     src/tests/lib/libpthread/weak/test/t_pthread_weak_threaded.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index