mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Fix/run monitorfdhup test
This commit is contained in:
parent
2960d7adf5
commit
340fa00d52
2 changed files with 3 additions and 2 deletions
|
@ -59,6 +59,7 @@ sources = files(
|
||||||
'json-utils.cc',
|
'json-utils.cc',
|
||||||
'logging.cc',
|
'logging.cc',
|
||||||
'lru-cache.cc',
|
'lru-cache.cc',
|
||||||
|
'monitorfdhup.cc',
|
||||||
'nix_api_util.cc',
|
'nix_api_util.cc',
|
||||||
'pool.cc',
|
'pool.cc',
|
||||||
'position.cc',
|
'position.cc',
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "util.hh"
|
#include "nix/util/util.hh"
|
||||||
#include "monitor-fd.hh"
|
#include "nix/util/monitor-fd.hh"
|
||||||
|
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue