diff --git a/scripts/test-inside-dist.sh b/scripts/test-inside-dist.sh new file mode 100644 index 00000000..484d319c --- /dev/null +++ b/scripts/test-inside-dist.sh @@ -0,0 +1,13 @@ +#! /bin/sh +# +# y.sh +# Copyright (C) 2018 shlomif +# +# Distributed under terms of the MIT license. +# + +rm -fr PySolFC-2.2.0 +make dist +rm -fr PySolFC-2.2.0 +tar -xvf dist/PySolFC-2.2.0.tar.xz +(cd PySolFC-2.2.0 && make test)