1add_mlir_unittest(MLIRSDBMTests
2  SDBMTest.cpp
3)
4target_link_libraries(MLIRSDBMTests
5  PRIVATE
6  MLIRSDBM
7)
8