From 06167d6ecc3c0c87e0d582ec69c55011f3eb49f1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 17 Jan 2024 12:27:34 +0100 Subject: tests: Removing the tests dir since tests have been moved to the individual modules --- tests/.nix/derivation.nix | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 tests/.nix/derivation.nix (limited to 'tests/.nix') diff --git a/tests/.nix/derivation.nix b/tests/.nix/derivation.nix deleted file mode 100644 index 1438fb3..0000000 --- a/tests/.nix/derivation.nix +++ /dev/null @@ -1,37 +0,0 @@ -{ lib -, stdenv -, scons -, clang-tools -, version -, forstio -, netcdf -}: - -stdenv.mkDerivation { - pname = "forstio-test-cases"; - inherit version; - src = ./..; - - enableParallelBuilding = true; - - nativeBuildInputs = [ - scons - clang-tools - forstio.async - forstio.codec - forstio.codec-json - forstio.codec-netcdf - forstio.core - forstio.io - forstio.window - netcdf - ]; - - doCheck = true; - checkPhase = '' - scons test - ./bin/tests - ''; - - outputs = ["out" "dev"]; -} -- cgit v1.2.3