Skip to content
Andy Gill edited this page Aug 21, 2015 · 5 revisions

For Maintainers

The wiki builder is also the testing framework.

From blank-canvas directory, first build the wiki-suite of tests

% cabal configure --enable-tests
% cabal build

Now clone the wiki, in the blank-canvas directory.

% git clone https://github.com/ku-fpg/blank-canvas.wiki.git
% ./dist/build/blank-canvas-wiki/blank-canvas-wiki

This generates the .md files.

If you want to manually run a test, use

% ./dist/build/blank-canvas-wiki/blank-canvas-wiki Draw_Image
Clone this wiki locally