Skip to content

Commit

Permalink
add cross-v9a to all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Jul 26, 2024
1 parent acb4e57 commit 7de7232
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/helloworld/helloworld.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TESTS += helloworld
# Platforms this test should run on (matching the directory name in envs/)
HELLOWORLD_PLATFORMS += cross-v8a
HELLOWORLD_PLATFORMS += cross-v84a
HELLOWORLD_PLATFORMS += cross-v9a

# C sources required for this test
HELLOWORLD_SOURCES += main.c
Expand Down
1 change: 1 addition & 0 deletions tests/keccak-neon/keccak-neon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TESTS += keccak-neon
# Platforms this test should run on (matching the directory name in envs/)
KECCAK_NEON_PLATFORMS += cross-v8a
KECCAK_NEON_PLATFORMS += cross-v84a
KECCAK_NEON_PLATFORMS += cross-v9a

# C sources required for this test
KECCAK_NEON_SOURCES += main.c
Expand Down
1 change: 1 addition & 0 deletions tests/ntt-neon/ntt-neon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TESTS += ntt-neon
# Platforms this test should run on (matching the directory name in envs/)
NTT_NEON_PLATFORMS += cross-v8a
NTT_NEON_PLATFORMS += cross-v84a
NTT_NEON_PLATFORMS += cross-v9a

# C sources required for this test
NTT_NEON_SOURCES += main.c
Expand Down
1 change: 1 addition & 0 deletions tests/profiling/profiling.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TESTS += profiling
# Platforms this test should run on (matching the directory name in envs/)
PROFILING_PLATFORMS += cross-v8a
PROFILING_PLATFORMS += cross-v84a
PROFILING_PLATFORMS += cross-v9a

# C sources required for this test
PROFILING_SOURCES += main.c
Expand Down
1 change: 1 addition & 0 deletions tests/x25519/x25519.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TESTS += x25519
# Platforms this test should run on (matching the directory name in envs/)
X25519_PLATFORMS += cross-v8a
X25519_PLATFORMS += cross-v84a
X25519_PLATFORMS += cross-v9a

# C sources required for this test
X25519_SOURCES += main.c
Expand Down

0 comments on commit 7de7232

Please sign in to comment.