xref: /llvm-project/mlir/test/Examples/standalone/test.toy (revision 66fc381af3b2eac71a8a4779e23b266841e21f23)
1# RUN: "%cmake_exe" "%mlir_src_root/examples/standalone" -G "%cmake_generator" \
2# RUN: -DCMAKE_CXX_COMPILER=%host_cxx -DCMAKE_C_COMPILER=%host_cc \
3# RUN: -DLLVM_ENABLE_LIBCXX=%enable_libcxx -DMLIR_DIR=%mlir_cmake_dir \
4# RUN: -DLLVM_USE_LINKER=%llvm_use_linker \
5# RUN: -DPython3_EXECUTABLE=%python
6# RUN: "%cmake_exe" --build . --target check-standalone | tee %t | FileCheck %s
7
8# Note: The number of checked tests is not important. The command will fail
9# if any fail.
10# CHECK: Passed
11# UNSUPPORTED: target={{.*(windows|android).*}}
12