1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 04:30:59 +01:00

Revert "Add rapidcheck dependency for testing"

This reverts commit c92e51ecec.
This commit is contained in:
Robert Hensing 2023-01-25 11:27:52 +01:00
parent 2e66fe9b1e
commit 65e690a087
4 changed files with 3 additions and 13 deletions

View file

@ -274,12 +274,6 @@ fi
PKG_CHECK_MODULES([GTEST], [gtest_main])
# Look for rapidcheck.
# No pkg-config yet, https://github.com/emil-e/rapidcheck/issues/302
AC_CHECK_HEADERS([rapidcheck/gtest.h], [], [], [#include <gtest/gtest.h>])
AC_CHECK_LIB([rapidcheck], [])
# Look for nlohmann/json.
PKG_CHECK_MODULES([NLOHMANN_JSON], [nlohmann_json >= 3.9])