reorder tests, slowest first

time-shift
Houtan Bastani 2019-01-22 16:49:17 +01:00
parent d1afd56134
commit 169ed2a655
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 6 additions and 6 deletions

View File

@ -418,14 +418,14 @@ MODFILES = \
dynare-command-options/ramst.mod
OLS_MODFILES = \
estimation/univariate/bayesian.mod \
estimation/univariate/ols/ols.mod \
estimation/univariate/ols/ols_wc_1.mod \
estimation/univariate/ols/ols_wc_2.mod \
ecb/SURGibbs/fulton_fish.mod \
ecb/SUR/panel_var_diff_NB_simulation_test.mod \
ecb/pooled_ols/panel_var_diff_NB_simulation_test.mod \
ecb/pooled_fgls/panel_var_diff_NB_simulation_test.mod
ecb/pooled_fgls/panel_var_diff_NB_simulation_test.mod \
estimation/univariate/bayesian.mod \
estimation/univariate/ols/ols_wc_1.mod \
estimation/univariate/ols/ols_wc_2.mod \
estimation/univariate/ols/ols.mod \
ecb/SURGibbs/fulton_fish.mod
MODFILES += $(OLS_MODFILES)