Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 644 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 644 Bytes

QUTest examples

This repository contains QUTest examples for use in the QUTest workshop.

Usage

cd C:\qp\qpc\examples\qutest

git clone [email protected]:norikdoo/qutest-examples.git

cp -r qutest-examples/* .

cd adc/test

make

What is QUTest?

QUTest™ (pronounced "cutest") is a unit testing harness (a.k.a. unit testing framework), which is specifically designed for deeply embedded systems, but also supports unit testing of embedded code on host computers ("dual targeting"). QUTest™ is the fundamental tooling for Test-Driven Development (TDD) of QP/C/C++ applications, which is a highly recommended best-practice.