Skip to content

Commit

Permalink
Merge pull request #132 from sheriff4000/FALM
Browse files Browse the repository at this point in the history
Falm
  • Loading branch information
sheriff4000 authored Jun 10, 2024
2 parents ca9cfa6 + 8b17f90 commit 76c8a79
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ using Test
using TestSetExtensions

@testset ExtendedTestSet "All the tests" begin
# include("./AssetValuation.jl")
# include("./backtest_Basic.jl")
# include("./backtest_Advanced.jl")
# include("./backtest_MPC.jl")
# include("./backtest_FALM.jl")
# include("./cache.jl")
# include("./FM.jl")
# include("./helloWorlds.jl")
# include("./sources.jl")
# include("./StaticMarket.jl")
# include("./utils.jl")
include("./AssetValuation.jl")
include("./backtest_Basic.jl")
include("./backtest_Advanced.jl")
include("./backtest_MPC.jl")
include("./backtest_FALM.jl")
include("./cache.jl")
include("./FM.jl")
include("./helloWorlds.jl")
include("./sources.jl")
include("./StaticMarket.jl")
include("./utils.jl")
include("./Forecast.jl")
end

0 comments on commit 76c8a79

Please sign in to comment.