mirror of
https://github.com/Smaug123/ClassicalCiphers.jl
synced 2025-10-08 19:08:41 +00:00
Move to Project.toml, bump to Julia v1 (#18)
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
using ClassicalCiphers
|
||||
using Test
|
||||
|
||||
tests = ["vigenere", "monoalphabetic", "solitaire",
|
||||
"caesar", "portas", "affine", "hill", "playfair",
|
||||
"enigma"]
|
||||
tests = [
|
||||
"playfair",
|
||||
"vigenere",
|
||||
"monoalphabetic",
|
||||
"caesar",
|
||||
"portas",
|
||||
"affine",
|
||||
"enigma",
|
||||
"hill",
|
||||
"solitaire",
|
||||
]
|
||||
|
||||
println("Running tests:")
|
||||
|
||||
|
Reference in New Issue
Block a user