mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01:00
C API: add tests for libutil and libstore
This commit is contained in:
parent
46f5d0ee7b
commit
41f1669dea
6 changed files with 133 additions and 25 deletions
|
|
@ -8,11 +8,6 @@
|
|||
|
||||
#include "globals.hh"
|
||||
|
||||
struct StorePath
|
||||
{
|
||||
nix::StorePath path;
|
||||
};
|
||||
|
||||
nix_err nix_libstore_init(nix_c_context * context)
|
||||
{
|
||||
if (context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue