summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2021-02-20 19:06:38 +0000
committerotto <otto@openbsd.org>2021-02-20 19:06:38 +0000
commit8708f1cec4283595544c4f863a264938f10f2572 (patch)
tree1261e2ce531a400987fac1f8830347d07ae79597
parentA regress test to test concurrent exception handling in threads (diff)
downloadwireguard-openbsd-8708f1cec4283595544c4f863a264938f10f2572.tar.xz
wireguard-openbsd-8708f1cec4283595544c4f863a264938f10f2572.zip
Enable threads test
-rw-r--r--regress/misc/exceptions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/misc/exceptions/Makefile b/regress/misc/exceptions/Makefile
index d246e2d8a28..fc3e61b199f 100644
--- a/regress/misc/exceptions/Makefile
+++ b/regress/misc/exceptions/Makefile
@@ -1,3 +1,3 @@
-SUBDIR+= simple simple2 libbar foo
+SUBDIR+= simple simple2 libbar foo threads
.include <bsd.subdir.mk>