diff --git a/PKGBUILD b/PKGBUILD index 36e8fb2..a272808 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -35,12 +35,12 @@ build() { nimble build } -#check() { +check() { # change into source -# cd "$srcdir/${pkgname%-git}" + cd "$srcdir/${pkgname%-git}" # run all tests -# nimble test -#} + nimble test +} package() { # create our target filestructure