Move to Project.toml, bump to Julia v1 (#18)

This commit is contained in:
Patrick Stevens
2019-09-12 19:18:28 +01:00
committed by GitHub
parent 3196694bc1
commit 2a0eb5c630
24 changed files with 128 additions and 105 deletions

View File

@@ -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:")