https://github.com/marcelog/rebar-eunit-test-tpl
A simple eunit unit test template for rebar
https://github.com/marcelog/rebar-eunit-test-tpl
Last synced: 11 months ago
JSON representation
A simple eunit unit test template for rebar
- Host: GitHub
- URL: https://github.com/marcelog/rebar-eunit-test-tpl
- Owner: marcelog
- Created: 2012-07-19T14:21:03.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-19T14:21:40.000Z (almost 14 years ago)
- Last Synced: 2025-01-03T10:28:15.273Z (over 1 year ago)
- Language: Erlang
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
About
=====
This is a rebar template for creating a simple eunit skeleton
to create unit tests.
Installation
============
Just copy the simpletest.* files to the "priv" directory of your rebar
application or into the priv/templates directory of your rebar copy and
recompile it.
Use
===
$ rebar create template=simpletest