Skip to content

Commit

Permalink
Add missing FileCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber committed Apr 16, 2024
1 parent a5af7b7 commit f695217
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions programming_examples/basic/passthrough_kernel/run.lit
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// RUN: %python aiecc.py --xbridge --aie-generate-cdo --aie-generate-ipu --no-compile-host --xclbin-name=aie.xclbin --ipu-insts-name=insts.txt ./aie.mlir
// RUN: g++ %S/test.cpp -o test.exe -std=c++23 -Wall -DPASSTHROUGH_SIZE=4096 -I%S/../../../runtime_lib/test_lib %S/../../../runtime_lib/test_lib/test_utils.cpp %xrt_flags -lrt -lstdc++ -lboost_program_options -lboost_filesystem
// RUN: ./test.exe -x aie.xclbin -k MLIR_AIE -i insts.txt | FileCheck %s

// CHECK: PASS!

// RUN: %PYTHON %S/test.py -x aie.xclbin -i insts.txt -k MLIR_AIE
// RUN: %PYTHON %S/test.py -x aie.xclbin -i insts.txt -k MLIR_AIE | FileCheck %s
// CHECK: PASS!

0 comments on commit f695217

Please sign in to comment.