Skip to content

paulmooring/smlunit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMLUnit

This is forked from dellsystem/smlunit with some minor changes.

I added a watchr script, the watchr Ruby gem is required to use this.

Use

Clone this repo into the folder containing your code and tests:

git clone https://github.com/dellsystem/smlunit.git

Make sure your tests are name the same as your source file with _tests appended. For example if your code is in my_code.sml use my_code_tests.sml.

Fire up watchr:

watchr smlunit/watchr_script.rb

About

Unit testing for Standard ML of New Jersey (SML/NJ) lol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Standard ML 82.5%
  • Perl 11.6%
  • Python 4.7%
  • Ruby 1.2%