Skip to content
Snippets Groups Projects
Commit 09945cae authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Added integration tests for PAC model.

parent 8d84d0b3
Branches
No related tags found
No related merge requests found
......@@ -367,6 +367,23 @@ MODFILES = \
trend-component-and-var-models/tcm4.mod \
trend-component-and-var-models/tcm5.mod \
trend-component-and-var-models/tcm6.mod \
pac/var-1/example.mod \
pac/var-2/example.mod \
pac/var-3/example.mod \
pac/var-4/example.mod \
trend-component-1/example.mod \
trend-component-2/example.mod \
trend-component-3/example.mod \
trend-component-4/example.mod \
trend-component-5/example.mod \
trend-component-6/example.mod \
trend-component-7/example.mod \
trend-component-9/example.mod \
trend-component-10/example.mod \
trend-component-11/example.mod \
trend-component-12/example.mod \
trend-component-13a/example.mod \
trend-component-13b/example.mod \
dynare-command-options/ramst.mod
PARTICLEFILES = \
......@@ -749,6 +766,10 @@ trend-component-and-var-models: m/trend-component-and-var-models o/trend-compone
m/trend-component-and-var-models: $(patsubst %.mod, %.m.trs, $(filter trend-component-and-var-models/%.mod, $(MODFILES)))
o/trend-component-and-var-models: $(patsubst %.mod, %.o.trs, $(filter trend-component-and-var-models/%.mod, $(MODFILES)))
pac: m/pac o/pac
m/pac: $(patsubst %.mod, %.m.trs, $(filter pac/%.mod, $(MODFILES)))
o/pac: $(patsubst %.mod, %.o.trs, $(filter pac/%.mod, $(MODFILES)))
particle: m/particle o/particle
m/particle: $(patsubst %.mod, %.m.trs, $(PARTICLEFILES))
o/particle: $(patsubst %.mod, %.o.trs, $(PARTICLEFILES))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment