Skip to content

Commit

Permalink
Merge 077e892 into 5171206
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlizeng committed Jan 12, 2015
2 parents 5171206 + 077e892 commit 23b7068
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.

0 comments on commit 23b7068

Please sign in to comment.