Skip to content

Commit

Permalink
Tag peano test as requiring peano (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield authored Oct 24, 2023
1 parent 6b1c08d commit c51615f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/unit_tests/aie2/01_precompiled_core_function/aie.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: peano
// RUN: clang --target=aie2 -c %S/kernel.cc
// RUN: aiecc.py %VitisSysrootFlag% --host-target=%aieHostTargetTriplet% %s -I%host_runtime_lib%/test_lib/include -L%host_runtime_lib%/test_lib/lib -ltest_lib %S/test.cpp -o test.elf
// RUN: %run_on_board ./test.elf
Expand Down
1 change: 1 addition & 0 deletions test/unit_tests/aie2/03_cascade_core_functions/aie.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: peano
// RUN: clang --target=aie2 -c %S/kernel.cc
// RUN: aiecc.py %VitisSysrootFlag% --host-target=%aieHostTargetTriplet% %s -I%host_runtime_lib%/test_lib/include -L%host_runtime_lib%/test_lib/lib -ltest_lib %S/test.cpp -o test.elf
// RUN: %run_on_board ./test.elf
Expand Down
1 change: 1 addition & 0 deletions test/unit_tests/aie2/05_shim_dma_core_function/aie.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: peano
// RUN: clang --target=aie2 -c %S/kernel.cc
// RUN: aiecc.py %VitisSysrootFlag% --host-target=%aieHostTargetTriplet% %s -I%host_runtime_lib%/test_lib/include -L%host_runtime_lib%/test_lib/lib -ltest_lib %S/test.cpp -o test.elf
// RUN: %run_on_board ./test.elf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: peano
// RUN: clang --target=aie2 -c %S/kernel.cc
// RUN: aiecc.py %VitisSysrootFlag% --host-target=%aieHostTargetTriplet% %s -I%host_runtime_lib%/test_lib/include -L%host_runtime_lib%/test_lib/lib -ltest_lib %S/test.cpp -o test.elf
// RUN: %run_on_board ./test.elf
Expand Down

0 comments on commit c51615f

Please sign in to comment.