Skip to content

lightdiscord/printfTester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printfTester (2019+)

Clone this tester in your printf repository. (works on linux and mac, no undefined behavior tests, handles timeout and sigsegv)
alt text

Commands

make m = launch mandatory tests
make b = launch bonus tests (coming soon)
make a = launch mandatory tests + bonus tests (coming soon)

make vm = launch mandatory tests with valgrind
make vb = launch bonus tests with valgrind (coming soon)
make va = launch mandatory tests + bonus tests with valgrind (coming soon)

make [category] = launch associated category ex: make s
make v[category] = launch associated category with valgrind ex: make vs

make [category] [test number] = launch associated test in category ex: make s 42
make v[category] [test number] = launch associated test in category with valgrind ex: make vs 42

X = upperx
% = percent

You can adjust the timeout limit in makefile for faster tests (reduce) or if you timeout (increase). alt text

Outputs

alt text

Report bugs / Improvement

Contact me on slack or discord : jgambard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.8%
  • Makefile 3.2%