diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-03-23 23:30:57 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-03-23 23:30:57 +0100 |
| commit | ec43894288a070a04e5ba837602c5eec38f332f2 (patch) | |
| tree | f9db311797bccc519ddbff5f49c5016fd3db95fc | |
| parent | d1bc581b1923537e7410254d91890565f08d50ca (diff) | |
| download | lilliput-ae-implem-ec43894288a070a04e5ba837602c5eec38f332f2.tar.xz | |
[implem-python] Accélération du test d'implémentation Python
Idéalement, il faudrait rajouter les bonnes dépendances dans le
Makefile…
| -rwxr-xr-x | test/python.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/python.sh b/test/python.sh index ea23caf..720daaa 100755 --- a/test/python.sh +++ b/test/python.sh @@ -2,10 +2,5 @@ set -eu -TEST_DIR=$(dirname $0) -ROOT_DIR=${TEST_DIR}/.. - -make -C ${ROOT_DIR} nist - ./python/generate-vectors.sh ./python/compare.sh |
