diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-06-14 12:51:20 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-06-14 12:51:20 +0200 |
commit | 7779119ea724987128ebd4bb4c0433dee8b5f877 (patch) | |
tree | fa982e320eb93bfd5fb7ff6440739b77273359f8 /tests | |
parent | 85398a9410a3ab36786c1e436986309ee6163f2f (diff) |
c++: Let test run in test-case derivation and ammend changed schema
dimension changes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.nix/derivation.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/.nix/derivation.nix b/tests/.nix/derivation.nix index e6a109a..1e20c5c 100644 --- a/tests/.nix/derivation.nix +++ b/tests/.nix/derivation.nix @@ -25,5 +25,11 @@ stdenvNoCC.mkDerivation { forstio.codec-json ]; + doCheck = true; + checkPhase = '' + scons test + ./bin/tests + ''; + outputs = ["out" "dev"]; } |