$NetBSD: patch-tests_wscript,v 1.2 2023/01/07 21:20:19 triaxx Exp $

Add NetBSD support.

--- tests/wscript.orig	2022-04-15 19:14:06.000000000 +0000
+++ tests/wscript
@@ -23,6 +23,8 @@ def build(bld):
             prog.includes = ['..', '../linux', '../posix', '../common/jack', '../common']
         if bld.env['IS_FREEBSD']:
             prog.includes = ['..', '../freebsd', '../posix', '../common/jack', '../common']
+        if bld.env['IS_NETBSD']:
+            prog.includes = ['..','../netbsd', '../posix', '../common/jack', '../common']
         if bld.env['IS_SUN']:
             prog.includes = ['..', '../solaris', '../posix', '../common/jack', '../common']
         prog.source = test_program_sources
