1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/scripts/test-inside-dist.sh
2018-05-09 18:06:17 +03:00

13 lines
238 B
Bash

#! /bin/sh
#
# y.sh
# Copyright (C) 2018 shlomif <shlomif@cpan.org>
#
# 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)