hcarty/ocaml-testsimple
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
TestSimple - A simple unit testing framework for OCaml This is a very simple, but easy to use unit testing framework based on Perl's very successful Test::* modules. It produces output using the TAP protocol, which is easily read by the Perl module Test::Harness. This means that OCaml tests can take advantage of many of the nice TAP based tools that Perl has to offer. Installation ============================================= Requirements: - OCaml - GNU make - the findlib library manager (ocamlfind command) - the ExtLib library If you want to take advantage of Perl's testing utilities for processing TAP output, it is suggested that you have a reasonably modern Perl version (5.6.0 or above should do). From the source directory, do: make make install If you want to run the test suite, do: make test NOTE: This requires the prove utility to be available on your system, this comes with the perl module Test::Harness and should already be available on most *nix-like systems. If you want to remove the package do: make uninstall COPYRIGHT AND LICENCE ============================================= Copyright (C) 2007 Infinity Interactive, Inc. http://www.iinteractive.com This library is free software; you can redistribute it and/or modify it under the terms specified in the LICENSE file included in this distribution.
About
Test::Simple, for OCaml
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published