From 5c663272c5cd2b35f81ce70b899f6d31f2f42f70 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 9 May 2018 18:06:17 +0300 Subject: [PATCH] Add the first ver of the script. --- scripts/test-inside-dist.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/test-inside-dist.sh 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)