X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=tests.scm;h=4a87ad8dbea4eb7ebbaa6d2d1f957b1e99fd1e33;hp=e219c486eb6755607d5c3e90117f318137ebf2fb;hb=302b13a687285471ba67d62553639519adfb4da8;hpb=83544722d4d61a2c5acc384bef171b1e36b405c3 diff --git a/tests.scm b/tests.scm index e219c48..4a87ad8 100644 --- a/tests.scm +++ b/tests.scm @@ -1,3 +1,20 @@ +;; Copyright (C) 2015 Christopher Allan Webber + +;; This library is free software; you can redistribute it and/or +;; modify it under the terms of the GNU Lesser General Public +;; License as published by the Free Software Foundation; either +;; version 3 of the License, or (at your option) any later version. +;; +;; This library is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; Lesser General Public License for more details. +;; +;; You should have received a copy of the GNU Lesser General Public +;; License along with this library; if not, write to the Free Software +;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +;; 02110-1301 USA + #!/usr/bin/guile \ -s !# @@ -238,6 +255,9 @@ ;; compare records like this (tdelta 8 0)) +;; TODO: test %port-request +;; TODO: test %sync and friends! + ;;; Agenda tests ;;; ------------