add test script

This commit is contained in:
Peter Tillemans 2024-05-25 14:35:15 +02:00
parent f8647695a0
commit c4df134f53

17
test-pack Executable file
View file

@ -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