Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rimrakhimov/cakeml-testlib

Basic testing library written on CakeML based on SMLUnit testing framework
https://github.com/rimrakhimov/cakeml-testlib

Last synced: 26 days ago
JSON representation

Basic testing library written on CakeML based on SMLUnit testing framework

Awesome Lists containing this project

README

        

# CakeML-Testlib
Basic testing library written on CakeML based on ![SMLUnit](https://github.com/smlsharp/SMLUnit) testing framework.

# Setup
1. To build the program change the path to CakeML compiler in the Makefile

`CAKE_DIR = ~/cake-x64-64`

on the path your compiler is located in.

1. Run `make` command in your terminal.

# Content
1. __*src*__ contains source code for the testing framework.
1. __*example*__ has an example of using the framework using custom dictionary structure example.