tqchen commented on code in PR #114:
URL: https://github.com/apache/tvm-ffi/pull/114#discussion_r2429322451


##########
CMakeLists.txt:
##########
@@ -132,6 +131,30 @@ target_link_libraries(tvm_ffi_objs PUBLIC tvm_ffi_header)
 target_link_libraries(tvm_ffi_shared PUBLIC tvm_ffi_header)
 target_link_libraries(tvm_ffi_static PUBLIC tvm_ffi_header)
 
+# ######### Target: `tvm_ffi_testing` ##########
+# Build testing utilities as a separate shared library that can be loaded on 
demand
+target_sources(tvm_ffi_testing PRIVATE 
"${CMAKE_CURRENT_SOURCE_DIR}/src/ffi/extra/testing.cc")

Review Comment:
   move testing to src/ffi/testing/testing.cc



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to