Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiUnTe (Micro Unit Testing)

Plain macro zero-dependency single-file library to get rid of boilerplate testing code.

Usage

If you want, you can just copy the library's header into your project tests and include directly.

The other way (more modular) is to use the CMake's FetchContent:

include(FetchContent)

# ...

FetchContent_Declare(miunte
    GIT_REPOSITORY https://github.com/DaniilAlpha/miunte.git
    GIT_TAG v1.0.0 # put the tag or commit hash you want here (usually you should use the latest)
)
FetchContent_MakeAvailable(miunte)

About

Plain macro zero-dependency single-file library to get rid of boilerplate testing code.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages