-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18983bc
commit 55b476a
Showing
7 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# LightGraphsPersistence | ||
# GraphIO | ||
|
||
[![Build Status](https://travis-ci.org/sbromberger/LightGraphsPersistence.jl.svg?branch=master)](https://travis-ci.org/sbromberger/LightGraphsPersistence.jl) | ||
[![Build Status](https://travis-ci.org/sbromberger/GraphIO.jl.svg?branch=master)](https://travis-ci.org/sbromberger/GraphIO.jl) | ||
|
||
[![Coverage Status](https://coveralls.io/repos/sbromberger/LightGraphsPersistence.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/sbromberger/LightGraphsPersistence.jl?branch=master) | ||
[![Coverage Status](https://coveralls.io/repos/sbromberger/GraphIO.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/sbromberger/GraphIO.jl?branch=master) | ||
|
||
[![codecov.io](http://codecov.io/github/sbromberger/LightGraphsPersistence.jl/coverage.svg?branch=master)](http://codecov.io/github/sbromberger/LightGraphsPersistence.jl?branch=master) | ||
[![codecov.io](http://codecov.io/github/sbromberger/GraphIO.jl/coverage.svg?branch=master)](http://codecov.io/github/sbromberger/GraphIO.jl?branch=master) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
__precompile__(true) | ||
module LightGraphsPersistence | ||
module GraphIO | ||
|
||
using LightGraphs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
using LightGraphsPersistence | ||
using GraphIO | ||
using LightGraphs | ||
using Base.Test | ||
|
||
testdir = dirname(@__FILE__) | ||
|
||
# write your own tests here | ||
include("persistence.jl") | ||
include("graphio.jl") |