Skip to content

Commit c24e328

Browse files
committed
Enable all tests.
1 parent aa997a3 commit c24e328

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/runtests.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using FirstOrderLogic
22
using Base.Test
33

4-
# include("test_parser.jl")
5-
# include("test_renamed_quantifiers_form.jl")
6-
# include("test_quantified_variables_form.jl")
7-
# include("test_prenex_normal_form.jl")
8-
# include("test_skolem_normal_form.jl")
9-
# include("test_removed_quantifier_form.jl")
10-
# include("test_conjunctive_normal_form.jl")
4+
include("test_parser.jl")
5+
include("test_renamed_quantifiers_form.jl")
6+
include("test_quantified_variables_form.jl")
7+
include("test_prenex_normal_form.jl")
8+
include("test_skolem_normal_form.jl")
9+
include("test_removed_quantifier_form.jl")
10+
include("test_conjunctive_normal_form.jl")
1111
include("test_resolution.jl")

0 commit comments

Comments
 (0)