From faf41e7fbbc673cdfebb7970073aedc2fe102c59 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 18 Jul 2016 17:57:33 +0100 Subject: [PATCH] mllib: tests: Add tests to EXTRA_DIST. Fixes commit 41a1b8a5cacd86950c7791b74cadb934cce66e9b. --- mllib/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mllib/Makefile.am b/mllib/Makefile.am index 0433b4cca..f9db09923 100644 --- a/mllib/Makefile.am +++ b/mllib/Makefile.am @@ -22,7 +22,9 @@ EXTRA_DIST = \ $(filter-out guestfs_config.ml libdir.ml,$(SOURCES_ML)) \ $(SOURCES_C) \ common_utils_tests.ml \ - JSON_tests.ml + getopt_tests.ml \ + JSON_tests.ml \ + test-getopt.sh CLEANFILES = *~ *.annot *.cmi *.cmo *.cmx *.cmxa *.o dll*.so