index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
misc
/
tests
/
ctest.h
Age
Commit message (
Collapse
)
Author
2023-07-10
Backport from dev43: Bugfixes on 4.2 from raspberry pi 32-bit testing. Fixes ↵
tylov
issue #61: too small int used in example.
2023-02-04
Fix in ccommon.h to make MSVC work again (without -std:c11) + small adjustments.
Tyge Løvset
2023-02-02
Removed old archived csmap.h and cstr.h. Renamed ctest fixture fix to _self.
Tyge Løvset
2023-01-31
Updates, and prepare for the big unsigned ==> signed transformation.
Tyge Løvset
2023-01-27
Added stride to cspan (md), prepared for cspan_slice() function.
Tyge Løvset
2023-01-24
Small ctest enhancements
Tyge Løvset
2023-01-22
More renamings in ctest.
Tyge Løvset
2023-01-21
ASSERT_WSUBSTR() => ASSERT_SUBWSTR()
Tyge Løvset
2023-01-21
Corrected the names of float/double ctest functions to match GoogleTest
Tyge Løvset
2023-01-21
GoogleTest-ified ctest.h (more compatible). Added original ctest example ↵
Tyge Løvset
file mytest.c.txt
2023-01-21
Added modified ctest from https://github.com/bvdberg/ctest, and used on ↵
Tyge Løvset
cregex_test.c. Will modify furter to make more like GoogleTest