Skip to content

Commit

Permalink
Rename this file to emphasize it's for generating test cases
Browse files Browse the repository at this point in the history
.. not part of the testsuite proper.
  • Loading branch information
jepler committed Sep 18, 2024
1 parent ce01b8c commit 8f52bea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/make_all.py → tools/make_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
#
# SPDX-License-Identifier: MIT

"""
Generate test cases for adafruit_pioasm, with expected results from sdk pioasm
"""

# pylint: disable=missing-function-docstring

import re
from subprocess import check_output

Expand Down

0 comments on commit 8f52bea

Please sign in to comment.