index
:
engine.git
master
vulkan
Small graphics engine.
Vincent Menegaux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test.c
blob: a16c63a2dc31629a786685c60ce83d1201edbe8e (
plain
) (
blame
)
1
2
3
4
5
#include
<criterion/criterion.h>
Test
(
simple
,
test
)
{
cr_assert
(
0
,
"Hello, World!"
);
}