1add_mlir_unittest(MLIRQuantTests
2  QuantizationUtilsTest.cpp
3)
4target_link_libraries(MLIRQuantTests
5  PRIVATE
6  MLIRQuant)
7