repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
freefilesync: 13.9 -> 14.0 (#378584)
[NixPkgs.git]
/
pkgs
/
by-name
/
cr
/
criterion
/
tests
/
test_dummy.c
blob
6ae1ef73ba451f181688c10b5a50d8ccd0a68373
1
#include <stdbool.h>
2
#include <criterion/criterion.h>
3
4
Test
(
test_dummy
,
always_succeed
)
5
{
6
cr_assert
(
true
);
7
}