diff options
author | 2021-02-20 19:06:38 +0000 | |
---|---|---|
committer | 2021-02-20 19:06:38 +0000 | |
commit | 8708f1cec4283595544c4f863a264938f10f2572 (patch) | |
tree | 1261e2ce531a400987fac1f8830347d07ae79597 | |
parent | A regress test to test concurrent exception handling in threads (diff) | |
download | wireguard-openbsd-8708f1cec4283595544c4f863a264938f10f2572.tar.xz wireguard-openbsd-8708f1cec4283595544c4f863a264938f10f2572.zip |
Enable threads test
-rw-r--r-- | regress/misc/exceptions/Makefile | 2 |
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> |