diff --git a/test-pack b/test-pack new file mode 100755 index 0000000..bf661f6 --- /dev/null +++ b/test-pack @@ -0,0 +1,17 @@ +#!/bin/sh + +make distclean +./bootstrap.sh +./configure GUILE=$(which guile) +make -j24 +make dist + +TARBALL=$(guix pack -R -Sbloatrunner=bin -L .guix/modules bloatrunner) + +cd /tmp/bloatrunner +chmod -R +w gnu +rm -rf /tmp/bloatrunner/* +tar -xf $TARBALL +bloatrunner/bloatrunner + +