Unverified Commit d9939075 authored by Léana 江's avatar Léana 江
Browse files

libxmlb: fix installedTest

parent 8b3baa14
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,4 +2,10 @@

makeInstalledTest {
  tested = pkgs.libxmlb;

  testConfig = {
    environment.variables = {
      G_TEST_SRCDIR = "${pkgs.libxmlb.installedTests}/libexec/installed-tests/libxmlb";
    };
  };
}