Skip to content

exercism/wren

Repository files navigation

Exercism Wren Track

Configlet wren / main

Exercism exercises in Wren

This is the Wren track, one of the many tracks on Exercism. It holds all the exercises that are currently implemented and available for students to complete. The track currently consists only of practice exercises at the moment (no concepts). You can find this in the config.json.

Running the test suite

Prerequisites

First we need to install dependencies:

wrenc package.wren install

Running the tests

./scripts/ci

This runs the tests for all sample solutions.

./scripts/ci hello-world

If the a single argument is passed, only that exercise is tested.

Maintainers

To update all the individual package.wren files in every exercise:

./script/update_testie.sh

The Exercism Wren Stack