diff --git a/tests/Makefile.am b/tests/Makefile.am
index f218613af86aca319bde38bd109bc09b0933d014..4ab5c7b704f42fd82910a6b40a43f0198cfce974 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 7be8ec0835206118514668ba1a5f278f83fc4916..c23e14a4f364c5bef6784f12d32a1e95661915db 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;