From 238e5ffcc20ec5b19933380a4543a0ebede72931 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 19 Jan 2017 04:43:40 +0100 Subject: [PATCH] setup.py: +x and add testsuite --- setup.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 0f11a8a..9e58e4d --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup( author_email="florent@enjoy-digital.fr", url="http://enjoy-digital.fr", download_url="https://github.com/enjoy-digital/litescope", + test_suite="test", license="BSD", platforms=["Any"], keywords="HDL ASIC FPGA hardware design",