From 07a0ef1a18820084254be5fef5d3544ef46e3f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 28 Oct 2010 12:12:03 +0200 Subject: [PATCH] Testsuite: include block+bytecode tests in "make check" --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5fecadc58..957086795 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -82,7 +82,7 @@ EXTRA_DIST = $(MODS) \ TARGETS = check-matlab if HAVE_OCTAVE -TARGETS += check-octave +TARGETS += check-octave check-block-bytecode endif check-local: $(TARGETS)