File tree Expand file tree Collapse file tree 6 files changed +29
-8
lines changed
Expand file tree Collapse file tree 6 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 1111#include " mlir/Conversion/JeffToQC/JeffToQC.h"
1212
1313#include " mlir/Dialect/QC/IR/QCDialect.h"
14+ #include " mlir/Dialect/QC/IR/QCOps.h"
1415
1516#include < jeff/IR/JeffDialect.h>
1617#include < jeff/IR/JeffOps.h>
Original file line number Diff line number Diff line change 1111#include " mlir/Conversion/QCToJeff/QCToJeff.h"
1212
1313#include " mlir/Dialect/QC/IR/QCDialect.h"
14+ #include " mlir/Dialect/QC/IR/QCOps.h"
1415
1516#include < cassert>
1617#include < cstddef>
Original file line number Diff line number Diff line change 66#
77# Licensed under the MIT License
88
9- add_executable (mqt-core-mlir-conversion-jeff-to-qc-test test_conversion_jeff_to_qc.cpp)
9+ set (target_name mqt-core-mlir-unittest-jeff-to-qc)
10+ add_executable (${target_name} test_jeff_to_qc.cpp)
1011
1112target_link_libraries (
12- mqt-core-mlir-conversion-jeff-to-qc-test PRIVATE GTest::gtest_main MLIRArithDialect MLIRParser
13- MLIRPass MLIRTransforms JeffToQC)
13+ ${target_name}
14+ PRIVATE GTest::gtest_main
15+ MLIRArithDialect
16+ MLIRParser
17+ MLIRSupportMQT
18+ MLIRPass
19+ MLIRTransforms
20+ JeffToQC)
1421
15- gtest_discover_tests(mqt-core-mlir-conversion-jeff-to-qc-test )
22+ mqt_mlir_configure_unittest_target(${target_name} )
23+
24+ gtest_discover_tests(${target_name} PROPERTIES LABELS mqt-mlir-unittests DISCOVERY_TIMEOUT 60)
File renamed without changes.
Original file line number Diff line number Diff line change 66#
77# Licensed under the MIT License
88
9- add_executable (mqt-core-mlir-conversion-qc-to-jeff-test test_conversion_qc_to_jeff.cpp)
9+ set (target_name mqt-core-mlir-unittest-qc-to-jeff)
10+ add_executable (${target_name} test_qc_to_jeff.cpp)
1011
1112target_link_libraries (
12- mqt-core-mlir-conversion-qc-to-jeff-test PRIVATE GTest::gtest_main MLIRPass MLIRQCProgramBuilder
13- MLIRTransforms QCToJeff)
13+ ${target_name}
14+ PRIVATE GTest::gtest_main
15+ MLIRArithDialect
16+ MLIRParser
17+ MLIRSupportMQT
18+ MLIRPass
19+ MLIRQCProgramBuilder
20+ MLIRTransforms
21+ QCToJeff)
1422
15- gtest_discover_tests(mqt-core-mlir-conversion-qc-to-jeff-test )
23+ mqt_mlir_configure_unittest_target(${target_name} )
24+
25+ gtest_discover_tests(${target_name} PROPERTIES LABELS mqt-mlir-unittests DISCOVERY_TIMEOUT 60)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments