# Klammertext distribution test suite (subset).
#
# Runs the shell regression suites shipped with this snapshot (the list is
# generated from the distribution manifest, so it cannot drift from the files
# actually shipped).  Each suite's own header comment says what it covers.
#
# Requires KLAMMERTEXT_HOME set and `ktext` on PATH (build it with `make -C com`).

.PHONY: test
test:
	./cond_test.sh
	./recursion_test.sh
	./check_test.sh
	./deftype_test.sh
	./escape_test.sh
	./filename_test.sh
	./alone_test.sh
	./modulepath_test.sh
	./klammerset_test.sh
	./option_set_test.sh
	./signature_test.sh
	./editor_test.sh
