diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:19:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:19:12 +0300 |
commit | 7eb7f7685b6a3896ee81abc3857102d749c8c02d (patch) | |
tree | 54f7bb95e0eea62124061ed7f3c9feb015f607f3 /test | |
parent | test: use ctest-driver.py (diff) | |
download | aes-tools-7eb7f7685b6a3896ee81abc3857102d749c8c02d.tar.gz aes-tools-7eb7f7685b6a3896ee81abc3857102d749c8c02d.zip |
test: +x *.py
Diffstat (limited to 'test')
-rwxr-xr-x[-rw-r--r--] | test/cavp.py | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | test/file.py | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | test/nist.py | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/test/cavp.py b/test/cavp.py index e155f86..95aa4a6 100644..100755 --- a/test/cavp.py +++ b/test/cavp.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> # This file is part of the "AES tools" project. # For details, see https://github.com/egor-tensin/aes-tools. diff --git a/test/file.py b/test/file.py index 8ad77ad..a2f54d3 100644..100755 --- a/test/file.py +++ b/test/file.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> # This file is part of the "AES tools" project. # For details, see https://github.com/egor-tensin/aes-tools. diff --git a/test/nist.py b/test/nist.py index 00c491c..6195d78 100644..100755 --- a/test/nist.py +++ b/test/nist.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> # This file is part of the "AES tools" project. # For details, see https://github.com/egor-tensin/aes-tools. |