about summary refs log tree commit diff
path: root/pkgs/applications/graphics/vengi-tools
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2021-11-21 18:09:17 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2021-11-23 15:23:52 +0100
commit324e9f686ec39ba5d4a760d957509c52039cec27 (patch)
tree043b1cab3421ac61e91b78ee3dabf1c62fff5841 /pkgs/applications/graphics/vengi-tools
parent218f14351463ed26809479410600f2ef136d05b4 (diff)
nixosTests.vengi-tools: init
Diffstat (limited to 'pkgs/applications/graphics/vengi-tools')
-rw-r--r--pkgs/applications/graphics/vengi-tools/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/vengi-tools/default.nix b/pkgs/applications/graphics/vengi-tools/default.nix
index 3ddbea105b536..00b3d80adf045 100644
--- a/pkgs/applications/graphics/vengi-tools/default.nix
+++ b/pkgs/applications/graphics/vengi-tools/default.nix
@@ -23,6 +23,7 @@
 , OpenCL
 
 , callPackage
+, nixosTests
 }:
 
 # cmake 3.21 inserts invalid `ldd` and `-Wl,--no-as-needed` calls, apparently
@@ -97,6 +98,7 @@ in stdenv.mkDerivation rec {
 
   passthru.tests = {
     voxconvert-roundtrip = callPackage ./test-voxconvert-roundtrip.nix {};
+    run-voxedit = nixosTests.vengi-tools;
   };
 
   meta = with lib; {