index
:
git.git
main
maint
master
next
seen
todo
The core git plumbing
Junio C. Hamano
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
)
1
2
3
4
5
6
#include
"clar.h"
void
test_example__simple_assert
(
void
)
{
cl_assert_equal_i
(
1
,
1
);
}