Message ID | 1463227926-14445-1-git-send-email-marius.c.vlad@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sat, 14 May 2016, Marius Vlad <marius.c.vlad@intel.com> wrote: > Introduced by 633ad03c6 (tests: Separate tests with lots of subtests). fatal: ambiguous argument '633ad03c6': unknown revision or path not in the working tree. > > Signed-off-by: Marius Vlad <marius.c.vlad@intel.com> > --- > tests/Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/Makefile.am b/tests/Makefile.am > index 32b9115..c2c2025 100644 > --- a/tests/Makefile.am > +++ b/tests/Makefile.am > @@ -30,6 +30,7 @@ pkglibexec_PROGRAMS = \ > gem_stress \ > $(TESTS_progs) \ > $(TESTS_progs_M) \ > + $(TESTS_progs_XM) \ > $(NULL) > > dist_pkglibexec_SCRIPTS = \
diff --git a/tests/Makefile.am b/tests/Makefile.am index 32b9115..c2c2025 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -30,6 +30,7 @@ pkglibexec_PROGRAMS = \ gem_stress \ $(TESTS_progs) \ $(TESTS_progs_M) \ + $(TESTS_progs_XM) \ $(NULL) dist_pkglibexec_SCRIPTS = \
Introduced by 633ad03c6 (tests: Separate tests with lots of subtests). Signed-off-by: Marius Vlad <marius.c.vlad@intel.com> --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+)