From 6f415dff61eb730561085a35e53bc10172793d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 21 Oct 2020 16:36:18 +0200 Subject: [PATCH] Testsuite: add missing line continuation symbol in the list of .mod files This was causing some tests to be skipped. The bug had been introduced e7162a2a692ff680d0902dd01330c970361816c6. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index df2537bd9..ffc05c481 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -321,7 +321,7 @@ MODFILES = \ deterministic_simulations/lola_solve_one_boundary_mfs1.mod \ deterministic_simulations/lola_solve_one_boundary_mfs2.mod \ deterministic_simulations/lola_solve_one_boundary_mfs3.mod \ - deterministic_simulations/ramst_block_mfs1.mod + deterministic_simulations/ramst_block_mfs1.mod \ deterministic_simulations/linear_approximation/sw.mod \ deterministic_simulations/multiple_lead_lags/AR2.mod \ deterministic_simulations/multiple_lead_lags/AR2_forward.mod \