All Projects → QuantumLeaps → Qtools

QuantumLeaps / Qtools

Licence: other
QTools collection of open source tools for embedded systems development on Windows, Linux and MacOS

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Qtools

Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-68.75%)
Mutual labels:  unit-testing, test-automation, test-framework, testing-tools
Zunit
A powerful testing framework for ZSH projects
Stars: ✭ 140 (+118.75%)
Mutual labels:  testing-tools, unit-testing, test-automation, test-framework
eat
Json based scenario testing tool(which can have test for functional and non-functional)
Stars: ✭ 41 (-35.94%)
Mutual labels:  unit-testing, test-automation, test-framework, testing-tools
toster
DSL framework for testing Android apps
Stars: ✭ 31 (-51.56%)
Mutual labels:  unit-testing, test-automation, testing-tools
Testcafe
A Node.js tool to automate end-to-end web testing.
Stars: ✭ 9,176 (+14237.5%)
Mutual labels:  testing-tools, test-automation, test-framework
Recheck Web
recheck for web apps – change comparison tool with local Golden Masters, Git-like ignore syntax and "Unbreakable Selenium" tests.
Stars: ✭ 224 (+250%)
Mutual labels:  testing-tools, test-automation, test-framework
Stryker4s
Mutation testing for Scala. Work in progress...
Stars: ✭ 118 (+84.38%)
Mutual labels:  testing-tools, unit-testing, test-automation
IO-TESTER
A functional test framework
Stars: ✭ 32 (-50%)
Mutual labels:  test-automation, test-framework, testing-tools
Telegraf-Test
Telegraf Test - Simple Test ToolKit of Telegram Bots
Stars: ✭ 22 (-65.62%)
Mutual labels:  test-automation, test-framework, testing-tools
tropic
🍍 Test Runner Library
Stars: ✭ 29 (-54.69%)
Mutual labels:  unit-testing, test-automation, test-framework
Tlsfuzzer
SSL and TLS protocol test suite and fuzzer
Stars: ✭ 335 (+423.44%)
Mutual labels:  testing-tools, test-automation, test-framework
Earlgrey
🍵 iOS UI Automation Test Framework
Stars: ✭ 5,353 (+8264.06%)
Mutual labels:  testing-tools, test-framework
Vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Stars: ✭ 624 (+875%)
Mutual labels:  testing-tools, unit-testing
Chaos Monkey Spring Boot
Chaos Monkey for Spring Boot
Stars: ✭ 646 (+909.38%)
Mutual labels:  testing-tools, test-framework
Cmockery
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
Stars: ✭ 697 (+989.06%)
Mutual labels:  embedded-systems, unit-testing
Deepstate
A unit test-like interface for fuzzing and symbolic execution
Stars: ✭ 603 (+842.19%)
Mutual labels:  testing-tools, unit-testing
Rt Thread
RT-Thread is an open source IoT operating system.
Stars: ✭ 6,466 (+10003.13%)
Mutual labels:  arm, embedded-systems
Cfn nag
Linting tool for CloudFormation templates
Stars: ✭ 808 (+1162.5%)
Mutual labels:  lint, unit-testing
Ferret
Ferret is a free software lisp implementation for real time embedded control systems.
Stars: ✭ 878 (+1271.88%)
Mutual labels:  arm, embedded-systems
Cypress
Fast, easy and reliable testing for anything that runs in a browser.
Stars: ✭ 35,145 (+54814.06%)
Mutual labels:  testing-tools, test-automation

QTools Collection

What's New?

View QTools Revision History at: https://www.state-machine.com/qtools/history.html


Documentation

The offline HTML documentation for this particular version of QTools is located in the folder html/. To view the offline documentation, open the file html/index.html in your web browser.

The online HTML documention for the latest version of QTools is located at: https://www.state-machine.com/qtools/


About QTools

QTools is a collection of various open source tools for working with the QP Real-Time Embedded Frameworks (RTEFs) on desktop platforms, such as Windows, Linux, and macOS.

The following open-source tools are currently provided (NOTE: tools starting with 'q' are contributed by Quantum Leaps)

  1. qspy - host application for receiving and displaying the real-time data from embedded targets running the QS software tracing.

  2. qutest - Python extension of the QSPY host application for uint testing specifically designed for embedded systems, but also supports unit testing of embedded code on host computers ("dual targeting").

  3. qview - Python extension of the QSPY host application for visualization and monitoring of the QS real-time tracing data from embedded targets at real-time. QView enables developers to quickly build both GUI-based and "headless" scripts for their specific applications.

  4. qwin - QWIN GUI toolkit for prototyping embedded systems on Windows in the C programming language. QWIN allows you to build realistic embedded front panels consisting of LCD displays (both graphical and segmented), buttons, and LEDs. QWIN is based on the Win32 API.

  5. qclean - for cleanup of source code files

  6. qfsgen - for generating ROM-based file systems to be used in embedded web pages served by the HTTP server

  7. Unity - traditional unit testing harness (framework) for embedded C (version 2.4.3)

Additionally, QTools for Windows contains the following open-source, 3rd-party tools:

  1. GNU-make for Windows (32-bit version 4.2.1)

  2. LMFlash for Windows (32-bit build 1613)

Additionally, the QTools directory in the QP-bundle contains the following 3rd-party tools:

  1. GNU C/C++ toolset for Windows (mingw32 version 9.2.0)

  2. GNU C/C++ toolset for ARM-EABI (GCC version 9.2.1)

  3. Python for Windows (version 3.9 32-bit)


Downloading and Installation

The most recommended way of obtaining QTools is by downloading the QP-bundle, which includes QTools and also all QP frameworks and the QM modeling tool. The main advantage of obtaining QTools bundled together like that is that you get all components, tools and examples ready to go.

NOTE: QP-bundle is the most recommended way of downloading and installing QTools. However, if you are allergic to installers and GUIs or don't have administrator privileges you can also download and install QM separately as described below.

Alternatively, you can download QTools separately as described below:


QTools on Windows

On Windows, installation of QTools consists of unzipping the qtools-windows_<ver>.zip archive into a directory of your choice, although the recommended default is C:\qp.

After unzipping the archive, you need to add the following directories to the PATH:

  • \qtools\bin
  • \qtools\mingw32\bin

Also, to use the QUTest unit testing you need to define the environment variable QTOOLS to point to the installation directory of QTools.


QTools on Linux/macOS

On Linux/MacOS, installation of QTools consists of unzipping the qtools-posix_<ver>.zip archive into a directory of your choice, although the recommended default is ~/qp.

NOTE: To use the QTools, you first need to build the tools on your machine.

For example, to build the QSPY host application, you need to go to the directory qtools/qspy/posix and type make to build the executable. The provided Makefile will automatically copy the qspy executable to the qtools/bin directory.

Simiarly, you need to build the QCLEAN and QFSGEN utilities.

NOTE: To use the QUTest unit testing you need to define the environment variable QTOOLS to point to the installation directory of QTools.


Licensing

Most tools included in this collection are distributed under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. The text of GPL version 2 is included in the file GPLv2.txt in the licenses/ subdirectory of the QTools distribution.

Some of the tools are distributed under the terms of the MIT open source license. The complete text of the MIT license is included in the comments.

The Python package is distributed under the terms of the PYTHON LICENSE AGREEMENT, included in the file PYTHON_LICENSE.txt in the licenses/ subdirectory of the QTools distribution.

The LMFlash utility for Windows is is distributed under the terms of the LMFlash license, included in the file LMFlash_LICENSE.rtf in the licenses/ subdirectory of the QTools distribution. Specifically, the LMFlash utility is distributed according to Section 2a "Demonstration License".


Source Code

In compliance with GPL, this distribution contains the source code for the utilities contributed by Quantum Leaps in the \source
subdirectory, except for the QSPY source code, which is provided in the \qspy\source directory. All tools with names starting with 'q' have been developed and are copyrighted by Quantum Leaps.

The GCC C and C++ compilers for Windows

Have been taken from the MSYS2 project at

The installer mingw-get-setup.exe has been used and after the installation, the files have been pruned to reduce the size of the distribution. Please refer to the MinGW project for the source code.

The GNU-ARM Embedded Toolchain for Windows

Have been takend from:

The installer gcc-arm-none-eabi-8-2018-q4-major-win32-sha1.exe has been used. (Version 8-2018-q4-major Released: December 20, 2018)

The GNU make executable for Windows

Has been taken from the MinGW project at SourceForge.net:

The file and diff utilities

Have been taken from the UnixUtils project at SourceForge.net:

The file and diff utilities source

(source/fileutils-3.16-src.zip) has been taken from:

The Unity Unit Testing Harness for Embedded C

Has been taken from the GitHub at:


Contact information:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].