Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
freebsd
Edit Copy
Star
GitHub Repository:
freebsd/pkg
Path:
blob/main/tests/lib/tests.h
2
0
6
5
views
1
#include <atf-c.h>
2
3
void
test_manifest
(
void
)
;
4
void
test_pkg
(
void
)
;
5
6
7