mirror of
https://github.com/Smaug123/ClassicalCiphers.jl
synced 2025-10-06 09:58:41 +00:00
First commit, with caesar, solitaire, vigenere, monoalphabetic encrypt/decrypt
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
using ClassicalCiphers
|
||||
using Base.Test
|
||||
|
||||
# write your own tests here
|
||||
@test 1 == 1
|
||||
tests = ["vigenere", "monoalphabetic", "solitaire"]
|
||||
|
||||
println("Running tests:")
|
||||
|
||||
for t in tests
|
||||
test_fn = "$t.jl"
|
||||
println(" * $test_fn")
|
||||
include(test_fn)
|
||||
end
|
Reference in New Issue
Block a user