mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
test(server): run the fast_path tests from testsuite-core
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
2c7556ba1e
commit
184cfd24ae
@@ -13,6 +13,7 @@ categories.workspace = true
|
||||
|
||||
[lib]
|
||||
doctest = true
|
||||
test = false
|
||||
|
||||
[features]
|
||||
default = ["rayon"]
|
||||
|
||||
@@ -21,5 +21,6 @@ mod pcb;
|
||||
mod pdu;
|
||||
mod rdcleanpath;
|
||||
mod rdpsnd;
|
||||
mod server;
|
||||
mod server_name;
|
||||
mod session;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../ironrdp-server/src/encoder/fast_path.rs
|
||||
@@ -0,0 +1 @@
|
||||
mod fast_path;
|
||||
Reference in New Issue
Block a user