Skip to content

Commit

Permalink
Run the empty mlir-aie-emulator.cpp in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keryell committed Feb 28, 2024
1 parent cfb010b commit fa23e33
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ add_subdirectory(kernel)
add_subdirectory(marray)
add_subdirectory(math)
add_subdirectory(multiple_compilation_units)
add_subdirectory(mlir-aie)
add_subdirectory(nd_item)
add_subdirectory(nd_range)
add_subdirectory(parallel_for)
Expand Down
2 changes: 1 addition & 1 deletion tests/air/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
project(air) # The name of our project
project(air)

declare_trisycl_test(TARGET simple_executor)
4 changes: 4 additions & 0 deletions tests/mlir-aie/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
project(air)

# Just try to run the empty emulator without linking to any MLIR-AIE "input"
declare_trisycl_test(TARGET mlir-aie-emulator)
1 change: 1 addition & 0 deletions tests/mlir-aie/mlir-aie-emulator.cpp

0 comments on commit fa23e33

Please sign in to comment.