mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
C API: add more tests
This commit is contained in:
parent
2d84433a3b
commit
926fbadcc3
5 changed files with 112 additions and 72 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <gtest/gtest.h>
|
||||
|
||||
namespace nixC {
|
||||
|
||||
class nix_api_expr_test : public nix_api_store_test
|
||||
{
|
||||
protected:
|
||||
|
@ -26,4 +27,5 @@ protected:
|
|||
EvalState * state;
|
||||
Value * value;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue