mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-08-12 23:48:22 +00:00
spinscale: split probe harness from test support.
Move ProbeComponentThreadHarness into spinscale_probe_support (sscl::probe) so tools can link it without gtest; keep a sscl::tests compatibility shim. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
add_library(spinscale_test_support STATIC
|
||||
support/threadHarness.cpp
|
||||
support/probeComponentThread.cpp
|
||||
)
|
||||
|
||||
target_include_directories(spinscale_test_support PUBLIC
|
||||
@@ -10,6 +9,7 @@ target_include_directories(spinscale_test_support PUBLIC
|
||||
|
||||
target_link_libraries(spinscale_test_support PUBLIC
|
||||
spinscale
|
||||
spinscale_probe_support
|
||||
gtest
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user