Codebase list gnome-maps / debian/41.4-1 tests / test.in
debian/41.4-1

Tree @debian/41.4-1 (Download .tar.gz)

test.in @debian/41.4-1raw · history · blame

1
2
3
4
5
6
#!@GJS@
imports.package.init({ name: "@name@",
                       version: "@PACKAGE_VERSION@",
                       prefix: "@prefix@",
                       libdir: "@libdir@" });
imports.package.run(imports.@name@);