Skip to content

Commit

Permalink
require -> include
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Aug 26, 2014
1 parent c3a3c3b commit da371f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using FiniteStateMachine
using Base.Test

require("test/test_state_machine.jl")
include("test_state_machine.jl")

require("test/test_fire.jl")
include("test_fire.jl")

require("test/test_transitions.jl")
include("test_transitions.jl")

0 comments on commit da371f8

Please sign in to comment.