diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index 719217e2a0..c9df80d28f 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -78,6 +78,7 @@ const ( 'vlib/net/http/http_test.v', 'vlib/net/http/status_test.v', 'vlib/net/websocket/ws_test.v', + 'vlib/net/openssl/rsa_test.v', 'vlib/sqlite/sqlite_test.v', 'vlib/sqlite/sqlite_orm_test.v', 'vlib/orm/orm_test.v', @@ -113,6 +114,7 @@ const ( 'vlib/net/websocket/ws_test.v', 'vlib/net/unix/unix_test.v', 'vlib/net/websocket/websocket_test.v', + 'vlib/net/openssl/rsa_test.v', 'vlib/vweb/tests/vweb_test.v', 'vlib/vweb/request_test.v', 'vlib/net/http/request_test.v',