aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-10 21:55:59 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-12 12:11:06 +0200
commit4b267003afd9750123030d63da8e16d0ec948b4e (patch)
treee15d3bdde5ee3e6089438e1bc56124b93dc066e3 /Makefile
parentAdd with-locale1. (diff)
downloadcalp-4b267003afd9750123030d63da8e16d0ec948b4e.tar.gz
calp-4b267003afd9750123030d63da8e16d0ec948b4e.tar.xz
UNFINISHED webdav server.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aab3c17a..f61b2797 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
.PHONY: all clean test \
check \
+ litmus \
static \
go_files \
lcov.info
@@ -90,3 +91,6 @@ coverage: lcov.info
check:
tests/run-tests.scm $(if $(VERBOSE),--verbose) $(SKIP) $(LIMIT_FILES)
+
+litmus:
+ tests/litmus.scm $(path)