From d72ca78d0b3c09d2635dd1e916968a97612b94f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Fri, 16 Apr 2010 18:34:50 +0200 Subject: [PATCH] Build system: added new tests for normcdf(), normpdf(), erf() and steady_state() --- tests/Makefile.am | 5 ++++- tests/ramst_steady_state.mod | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index f218613af..4ab5c7b70 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,7 +11,8 @@ OCTAVE_MODS = \ osr_example.mod \ ramsey.mod \ ramst_initval_file.mod \ - ramst_normcdf.mod \ + ramst_normcdf_and_friends.mod \ + ramst_steady_state.mod \ example1_varexo_det.mod \ predetermined_variables.mod \ block_bytecode/fs2000_simk.mod \ @@ -23,6 +24,8 @@ OCTAVE_MODS = \ block_bytecode/ramst.mod \ block_bytecode/ireland.mod \ block_bytecode/ls2003.mod \ + block_bytecode/ramst_normcdf_and_friends.mod \ + block_bytecode/ramst_steady_state.mod \ k_order_perturbation/fs2000k2a.mod \ k_order_perturbation/fs2000k2.mod \ k_order_perturbation/fs2000k_1.mod \ diff --git a/tests/ramst_steady_state.mod b/tests/ramst_steady_state.mod index 7be8ec083..c23e14a4f 100644 --- a/tests/ramst_steady_state.mod +++ b/tests/ramst_steady_state.mod @@ -1,4 +1,4 @@ -// Tests the steady_state, in the static M-file, and in a dynamic C file +// Tests the steady_state, in static and dynamic M-files var c k w; varexo x;