File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 run : cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-lit-test-build-only
105105
106106 - name : Build MLIR unittests
107- run : cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-translation-test
107+ run : cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-unittests
108108
109109 # Test
110110 - name : Run lit tests
Original file line number Diff line number Diff line change 88
99add_subdirectory (translation)
1010add_subdirectory (pipeline)
11+
12+ add_custom_target (mqt-core-mlir-unittests)
13+
14+ add_dependencies (mqt-core-mlir-unittests mqt-core-mlir-translation-test
15+ mqt-core-mlir-compiler-pipeline-test )
You can’t perform that action at this time.
0 commit comments