From 6c8e3d1786a5de4ae562c03693b8dad9dd0ab26e Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Sat, 10 Jun 2023 17:21:29 +0200 Subject: tests,c++: Intermediate commit preparing testing and json --- default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 3d8adb3..e27153a 100644 --- a/default.nix +++ b/default.nix @@ -13,6 +13,13 @@ in rec { inherit clang-tools; }; + test = pkgs.callPackage src/test/.nix/derivation.nix { + inherit version; + inherit forstio; + inherit clang; + inherit clang-tools; + }; + async = pkgs.callPackage src/async/.nix/derivation.nix { inherit version; inherit forstio; @@ -55,4 +62,11 @@ in rec { inherit clang-tools; }; }; + + forstio-test-cases = pkgs.callPackage tests/.nix/derivation.nix { + inherit version; + inherit forstio; + inherit clang; + inherit clang-tools; + }; } -- cgit v1.2.3