From f8b82430cbd89999d8482610cda963268dd26442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Fri, 26 Nov 2010 11:27:49 +0100 Subject: [PATCH] Added example1_with_tags.mod in the tests. --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 957086795..43e5e2c7d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,6 +6,7 @@ MODS = \ example1.mod \ example2.mod \ example1_use_dll.mod \ + example1_with_tags.mod\ t_sgu_ex1.mod \ osr_example.mod \ optimal_policy/ramsey.mod \