diff options
author | EuAndreh <eu@euandre.org> | 2022-11-14 18:38:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-14 18:38:23 -0300 |
commit | 82235516c6979e880fcde9126ab38d8b88b6ef3f (patch) | |
tree | 32917098f8b0545735425b0e3cd2e9623a22b1d0 /tests/unit-tests.scm | |
parent | src/infrastructure/ssh.conf: Use default port 22 (diff) | |
download | toph-82235516c6979e880fcde9126ab38d8b88b6ef3f.tar.gz toph-82235516c6979e880fcde9126ab38d8b88b6ef3f.tar.xz |
Remove old config files, starting anew for toph
Diffstat (limited to 'tests/unit-tests.scm')
-rw-r--r-- | tests/unit-tests.scm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/unit-tests.scm b/tests/unit-tests.scm deleted file mode 100644 index 4312a27..0000000 --- a/tests/unit-tests.scm +++ /dev/null @@ -1,10 +0,0 @@ -(use-modules (curth0)) - -(define (run-tests) - (let ((fns (list (@@ (curth0) unit-tests)))) - (for-each (lambda (fn) - (when (not (= 0 (fn))) - (exit 1))) - fns))) - -(run-tests) |