Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
add factcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Muehlbachler committed Feb 24, 2017
1 parent 058b8bd commit 5067678
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file lists the packages and version ranges required by this package.
# It is used by the yet-to-be-written package metadata generator to automatically determine metadata for this package in the registry of Julia packages, and when a package is in an attached head state, determines what the requirements of the package are considered to be.
# The format of the file is that ignore comments and blank lines, each line must have the form "pkg v1 v2..." where the zero or more version numbers in semantic version format [http://semver.org/] determine what intervals of versions of each package are required.
# If no REQUIRE file is present, it means there are no requirements.
# See README.md for more details.
FactCheck
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module WhittakerTests

using Whittaker
using FactCheck, Whittaker

include("whittaker1.jl")
include("whittaker2.jl")
Expand Down

0 comments on commit 5067678

Please sign in to comment.