Skip to content

Commit

Permalink
-Wno-format
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Aug 26, 2024
1 parent 58e3eac commit 69c8ca3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions runtime/src/iree-amd-aie/aie_runtime/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ iree_cc_test(
NAME
test_0335_aie_dma_tile_dma_packet_switch_mode
SRCS
test_packet_switch_mode.cc
test_packet_switch_mode.cc
COPTS
-Wno-format
DEPS
iree-amd-aie::aie_runtime::iree_aie_runtime_static
)
Expand All @@ -44,7 +46,7 @@ iree_lit_test(
NAME
test_0335_aie_dma_tile_dma_packet_switch_mode_lit_test
TEST_FILE
test_packet_switch_mode.cc
test_packet_switch_mode.cc
TOOLS
::test_0335_aie_dma_tile_dma_packet_switch_mode
FileCheck
Expand All @@ -56,7 +58,9 @@ iree_cc_test(
NAME
test_1114_aie_stream_switch_packet_switch_control_packets
SRCS
test_control_packets.cc
test_control_packets.cc
COPTS
-Wno-format
DEPS
iree-amd-aie::aie_runtime::iree_aie_runtime_static
)
Expand All @@ -65,7 +69,7 @@ iree_lit_test(
NAME
test_1114_aie_stream_switch_packet_switch_control_packets_lit_test
TEST_FILE
test_control_packets.cc
test_control_packets.cc
TOOLS
::test_1114_aie_stream_switch_packet_switch_control_packets
FileCheck
Expand All @@ -78,6 +82,8 @@ iree_cc_test(
test_transaction
SRCS
test_transaction.cc
COPTS
-Wno-format
DEPS
iree-amd-aie::aie_runtime::iree_aie_runtime_static
)
Expand Down

0 comments on commit 69c8ca3

Please sign in to comment.