index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
unit-tests
/
clar
/
example
/
example.c
blob: c07d6bf68e8831cbf763ec5e3424a9cdb516674d (
plain
) (
blame
)
1
2
3
4
5
6
#include "clar.h" void test_example__simple_assert(void) { cl_assert_equal_i(1, 1); }