Module Name:    src
Committed By:   riastradh
Date:           Sun Apr 28 12:49:08 UTC 2024

Modified Files:
        src/tests/lib: Makefile

Log Message:
tests/lib/Makefile: Hook up libstdc++.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/tests/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/Makefile
diff -u src/tests/lib/Makefile:1.35 src/tests/lib/Makefile:1.36
--- src/tests/lib/Makefile:1.35	Mon Nov 21 22:01:33 2022
+++ src/tests/lib/Makefile	Sun Apr 28 12:49:08 2024
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.35 2022/11/21 22:01:33 christos Exp $
+# $NetBSD: Makefile,v 1.36 2024/04/28 12:49:08 riastradh Exp $
 
 .include <bsd.own.mk>
 
 TESTS_SUBDIRS=	csu libarchive libbluetooth libc libcrypt libcurses \
 		libexecinfo libi386 libm libnvmm libobjc libposix libppath \
-		libprop libpthread librefuse librt libtre libusbhid libutil \
-		libossaudio lua semaphore
+		libprop libpthread librefuse librt libstdc++ libtre libusbhid \
+		libutil libossaudio lua semaphore
 
 TESTS_SUBDIR_INSTALL_ONLY=	libevent
 

Reply via email to