Skip to content
/ vvs Public

VVS: A Very Very Simple Unit Testing Tool for C/C++

License

Notifications You must be signed in to change notification settings

mint-lab/vvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VVS: A Very Very Simple Unit Testing Tool for C/C++

VVS aims to provide a very small and simple framework for unit testing in C and C++. It consists of a single header file, vvs.h, which only utilize C standard libraries. Just include the file to your project. It will work without complex configuration and dependency. VVS is Beerware so that it is free to use and distribute.

File Description

  • vvs.h includes all functions and definitions of VVS.
  • vvs_example.c contains examples of using VVS.
  • README.md is this file which describes basic introduction of VVS.
  • CMakeList.txt is a CMake script to build vvs_example.c.

Running an Example

  • In Microsoft Visual Studio, open a solution file, msvs/vvs_example.sln, and run the solution.
  • In Linux and its neighbors, build vvs_example.c with mkdir build && cd build && cmake .. && make, and run it with ./vvs_example

License

Contact

About

VVS: A Very Very Simple Unit Testing Tool for C/C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published