Spracherkennung für: .build vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v.
2.
0. If a copy of the MPL was not distributed with this
# file, You can obtain one at
http://mozilla.org/MPL/2.
0/.
# Copy test files so that they can be referenced in the docs.
SPHINX_TREES["/ipc/_static"] = "ok"
oktests = [f"ok/*.ipdl", f"ok/*.ipdlh"]
errortests = [f"error/*.ipdl", f"error/*.ipdlh"]
LegacyTest(
f"%{CONFIG['PYTHON3']}",
"runtests.py",
"ok",
"error",
f"%{CONFIG['PYTHON3']}",
"/ipc/ipdl/ipdl.py",
"--sync-msg-list",
"sync-messages.ini",
"--msg-metadata",
"message-metadata.ini",
"--ok-tests",
*oktests,
"--error-tests",
*errortests,
)
[Dauer der Verarbeitung: 0.29 Sekunden]