Skip to content

Commit

Permalink
Rename tutorials folder (Xilinx#1190) (Xilinx#1197)
Browse files Browse the repository at this point in the history
Co-authored-by: AndraBisca <[email protected]>
Co-authored-by: Jack Lo <[email protected]>
  • Loading branch information
3 people committed Apr 12, 2024
1 parent e0921cb commit 782f751
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mlir_tutorials/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
# Copyright (C) 2022, Advanced Micro Devices, Inc.

import os
import platform
import re
import shutil
import subprocess
import tempfile

import lit.formats
import lit.util
Expand All @@ -24,9 +22,6 @@
config.name = "AIE_TUTORIALS"

config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
config.environment["PYTHONPATH"] = "{}".format(
os.path.join(config.aie_obj_root, "python")
)

# suffixes: A list of file extensions to treat as test files.
config.suffixes = [".mlir"]
Expand Down Expand Up @@ -156,7 +151,6 @@ def prepend_path(path):
print(
"WARNING: no valid xchess license that is required by some of the lit tests"
)

else:
print("Chess not found")

Expand Down

0 comments on commit 782f751

Please sign in to comment.