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:
Marc-André Lureau
2025-04-10 10:21:54 +02:00
committed by Benoît Cortier
parent 2c7556ba1e
commit 184cfd24ae
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -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;