issues
search
mity
/
acutest
Simple header-only C/C++ unit testing facility.
MIT License
346
stars
96
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Win32] Honour the background colour
#82
gvanem
opened
2 weeks ago
0
Fix sytax bug when compiling cpp project with no main
#81
George-RG
opened
3 weeks ago
0
Remove acutest_current_test_ setting from acutest_run_, it is done in…
#80
amgross
closed
1 month ago
0
If this repo is not maintain, please give maintain permissions to someone
#79
amgross
opened
2 months ago
0
[FEATURE REQUEST] Parallel test running option
#78
amgross
opened
2 months ago
0
Undefined behavior in call to strcmp() in acutest_select_()
#77
Melkor-1
opened
5 months ago
0
fix: cast int to size_t to quieten compilers.
#76
Melkor-1
opened
5 months ago
0
Fix compilation error when using `#define TEST_NO_MAIN`
#75
manugoyal
opened
8 months ago
1
These commits resolve all compiler warnings encountered with gcc and clang on Linux and MacOS
#74
terryburton
closed
10 months ago
2
Cute project
#73
Rickodesea
closed
1 year ago
1
Can exception handling be disabled for use in testing embedded C++ systems?
#72
scottdwhitney
closed
10 months ago
1
Fix typo
#71
gahr
closed
10 months ago
0
remove non needed things from non main files
#70
amgross
closed
10 months ago
0
Any way to figure out code coverage or lines not covered?
#69
mkinney
closed
10 months ago
1
Is this repo abandoned?
#68
rittneje
closed
2 years ago
2
Warning `warning: variable length array folded to constant array as an extension` on Clang 10
#67
johnoneil
closed
3 years ago
2
Provide TEST_SKIP(message) macro
#66
rweickelt
closed
10 months ago
0
Can acutest add support like doctest's DOCTEST_CONFIG_DISABLE?
#65
laoshaw
opened
3 years ago
0
Allow TEST_CHECK for non-int conditions
#64
rittneje
closed
10 months ago
0
Flush stdout and stderr before aborting
#63
rittneje
closed
2 years ago
4
flush stdout and stderr before aborting
#62
rittneje
closed
10 months ago
0
Macos debugging
#61
hovsater
closed
3 years ago
1
Any way to test for a non-zero exit(status) condition?
#60
bogen85
closed
3 years ago
3
How can I compile multiple units to one executable?
#59
andigor
closed
3 years ago
1
travisci C std 17
#58
james2432
closed
10 months ago
1
Add _ALWAYS versions of TEST_MSG and TEST_DUMP macros
#57
ndptech
opened
3 years ago
17
Code cleanup.
#56
mity
closed
3 years ago
0
Fix -Wmissing-noreturn with clang11
#55
arr2036
closed
3 years ago
1
fix broken OS detection
#54
wheybags
closed
3 years ago
1
Call cleanup handler after assert fail
#53
rweickelt
closed
4 years ago
4
Memory leak in children
#52
dato
closed
4 years ago
2
Compile works but program does not finish and takes 100% CPU ?!
#51
schoettl
closed
4 years ago
3
Remove header specification from add_executable in CMake
#50
vdimir
closed
4 years ago
2
Fixes wording of examples
#49
DerekCresswell
closed
4 years ago
1
Add functions that are called before/after every test
#48
flatcap
closed
4 years ago
1
TEST_STRING_EQUAL method
#47
RedMoon32
closed
4 years ago
2
Q: constructor/destructor functions?
#46
flatcap
closed
4 years ago
4
Allow bigger TEST_CASE() names
#45
flatcap
closed
4 years ago
1
Clean up some warnings from cppcheck
#44
AndreRenaud
closed
4 years ago
1
Turn all http:// links to https://
#43
hartwork
closed
4 years ago
1
Windows outputs "Debug Error - Abort() was called" on every failed test
#42
ataulien
closed
4 years ago
2
#define ⇒ enum?
#41
elfring
closed
4 years ago
0
Completion of error handling
#40
elfring
closed
4 years ago
2
reserved identifier violation
#39
elfring
closed
4 years ago
2
Fixes warnings seen with clang 9.0.0
#38
arr2036
closed
4 years ago
7
Disable exec when running under valgrind
#37
chatziko
closed
4 years ago
4
Implement debugger detection on Mac OS X (and other platforms)
#36
mity
closed
3 years ago
4
Make the output adapt to terminal size
#35
mity
opened
4 years ago
2
For beginners: Change TEST_DUMP_MAXSIZE into a run-time limit.
#34
mity
opened
4 years ago
0
For beginners: Change TEST_MSG_MAXSIZE into a run-time limit.
#33
mity
opened
4 years ago
0
Next