diff options
author | Ben Sima <ben@bsima.me> | 2020-04-03 16:43:51 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-03 16:43:51 -0700 |
commit | 0d37af4eba374c41a9ad3fa8d2f2251ddb6b58c5 (patch) | |
tree | 2fe862376d983f1b5470a2181defe0142c1b4560 /Com/Simatime/Serval/Test.scm | |
parent | c472472df38e0dcb4abe5745d8fdec48d7e4590b (diff) |
Rename Serval to Prod
Diffstat (limited to 'Com/Simatime/Serval/Test.scm')
-rw-r--r-- | Com/Simatime/Serval/Test.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Com/Simatime/Serval/Test.scm b/Com/Simatime/Serval/Test.scm deleted file mode 100644 index 44e88c0..0000000 --- a/Com/Simatime/Serval/Test.scm +++ /dev/null @@ -1,11 +0,0 @@ -(define-module (Com Simatime Serval Test) - #:use-module (Com Simatime Serval) - #:use-module (Com Simatime core) - #:use-module (Com Simatime Test)) - -(comment - ;; TODO: make this a real test - (let ((kit (Kit "test-kit" "/nix/path" "/nix/config" - "123.456.0.0" 80 "127.0.0.1" #t))) - (testing "ser-deser are opposite functions" - (equal? kit (deserialize (serialize kit)))))) |