aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Examples/standalone/test.toy
blob: 3f5c5cbbb00de08922037581b7516f3af2326a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
# RUN: %cmake_exe %mlir_src_root/examples/standalone -G "%cmake_generator" \
# RUN: -DCMAKE_CXX_COMPILER=%host_cxx -DCMAKE_C_COMPILER=%host_cc \
# RUN: -DLLVM_ENABLE_LIBCXX=%enable_libcxx -DMLIR_DIR=%mlir_cmake_dir \
# RUN: -DLLVM_USE_LINKER=%llvm_use_linker \
# RUN: -DPython3_EXECUTABLE=%python
# RUN: %cmake_exe --build . --target check-standalone | tee %t | FileCheck %s

# Note: The number of checked tests is not important. The command will fail
# if any fail.
# CHECK: Passed
# UNSUPPORTED: windows, android