From 032957b36f2e1129ce3809f02dc2bf9e5e2d65f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Fri, 26 Nov 2010 17:41:19 +0100 Subject: [PATCH] Added seeds.mod in the test suite. --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 43e5e2c7d..4455413c1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -66,7 +66,8 @@ MODS = \ external_function/example1_1st_deriv_function_provided.mod \ external_function/example1_1st_deriv_function_provided_dll.mod \ external_function/example1_no_deriv_functions_provided.mod \ - external_function/example1_no_deriv_functions_provided_dll.mod + external_function/example1_no_deriv_functions_provided_dll.mod \ + seeds.mod EXTRA_DIST = $(MODS) \ run_test_octave.m \