From a9d89821b7a06faa3888dfc45695d6ae16a2d1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 10 Jan 2011 12:21:18 +0100 Subject: [PATCH] Added new test to testsuite's Makefile --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 17e3376a0..5cf4f45f8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -71,7 +71,8 @@ MODS = \ 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 \ - seeds.mod + seeds.mod \ + simul/example1.mod EXTRA_DIST = $(MODS) \ run_test_octave.m \