summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2021-11-02 01:37:47 +0530
committerArun Isaac2021-11-02 01:37:47 +0530
commit0f1167d8fa95874d952f44492ed851a031ed8a8c (patch)
tree4eaa6280f142954372fe437b5d052cc5fd737c3b /Makefile.am
parent0b359cf2c32cde81b4311d55273c8f6c14ca6b93 (diff)
downloadccwl-0f1167d8fa95874d952f44492ed851a031ed8a8c.tar.gz
ccwl-0f1167d8fa95874d952f44492ed851a031ed8a8c.tar.lz
ccwl-0f1167d8fa95874d952f44492ed851a031ed8a8c.zip
tests: Add input-output-parameters.cwl.
This is a follow-up to 0b359cf2c32cde81b4311d55273c8f6c14ca6b93 where
this file should have been included.

* tests/input-output-parameters.cwl: New file.
* Makefile.am (EXTRA_DIST): Register it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8125079..888ae98 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,6 +85,7 @@ SCM_LOG_DRIVER =		\
 
 EXTRA_DIST +=			\
   $(TESTS)                      \
+  tests/input-output-parameters.cwl \
   doc/skribilo.scm              \
   doc/ccwl.skb                  \
   $(DOC_OTHER)                  \