Skip to content

Commit

Permalink
clean up tests to use FactCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlizeng committed Jan 12, 2015
1 parent 5171206 commit 077e892
Show file tree
Hide file tree
Showing 12 changed files with 620 additions and 637 deletions.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
julia 0.3
MathProgBase 0.3.8
ECOS 0.4.1
FactCheck 0.2.5
5 changes: 3 additions & 2 deletions test/run_tests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
using Convex

tests = ["test_utilities.jl",
"test.jl",
"test2.jl"]
"test_affine.jl",
"test_lp.jl",
"test_socp.jl"]
tests_sdp = ["test_sdp.jl"]
tests_exp = ["test_exp.jl"]
tests_int = ["test_int.jl"]
Expand Down
354 changes: 0 additions & 354 deletions test/test.jl

This file was deleted.

Loading

0 comments on commit 077e892

Please sign in to comment.