Skip to content

Commit

Permalink
7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-leaps committed Jan 12, 2023
1 parent 5f34b5c commit 884f5b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions doxygen/qutest.dox
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ For reliable operation it is recommended to apply the short options *without* a
[6] python3 %QTOOLS%\qutest\qutest.py -eDEBUG -- test_mpu.py
@endverbatim

`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPU host utility.
`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPY host utility.

`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPU host utility.
`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPY host utility.

`[3]` runs all test scripts (`*.py`) in the current directory and uses the host executable `build/test_dpp.exe` (test fixture).

Expand All @@ -221,9 +221,9 @@ For reliable operation it is recommended to apply the short options *without* a
[6] python3 $(QTOOLS)/qutest/qutest.py -eDEBUG -- test_mpu.py
@endverbatim

`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPU host utility.
`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPY host utility.

`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPU host utility.
`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPY host utility.

`[3]` runs all test scripts (`*.py`) in the current directory and uses the host executable `build/test_dpp` (test fixture).

Expand Down
4 changes: 2 additions & 2 deletions qspy/source/qspy_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* <[email protected]>
============================================================================*/
/*!
* @date Last updated on: 2022-12-13
* @date Last updated on: 2023-01-11
* @version Last updated for version: 7.2.0
*
* @file
Expand Down Expand Up @@ -84,7 +84,7 @@ extern char const * const l_lightPalette[];
static char const * const *l_colorPalette = l_darkPalette;

static char const l_introStr[] = \
"QSPY %s Copyright (c) 2005-2022 Quantum Leaps\n" \
"QSPY %s Copyright (c) 2005-2023 Quantum Leaps\n" \
"Documentation: https://www.state-machine.com/qtools/qspy.html\n" \
"Current timestamp: %s\n";

Expand Down
2 changes: 1 addition & 1 deletion qutest/qutest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ def main():
QUTest.VERSION//100,
(QUTest.VERSION//10) % 10,
QUTest.VERSION % 10, python_version()))
print("Copyright (c) 2005-2022 Quantum Leaps, www.state-machine.com")
print("Copyright (c) 2005-2023 Quantum Leaps, www.state-machine.com")

# process command-line argumens...
if args.exe != '':
Expand Down

0 comments on commit 884f5b3

Please sign in to comment.