Skip to content

norikdoo/qutest-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.