index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
common
/
190 install_mode
/
trivial.c
blob: 96612d48b4e8aa77b3e4648fd1e4b0d24db9d59a (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Trivial test is working.
\n
"
);
return
0
;
}