Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 353 Bytes

File metadata and controls

16 lines (11 loc) · 353 Bytes

Timers

This repository contains a simple timer manager implementation.

Running the test

A small test program is provided in scheme1/orderedList_test.cpp. Build and run it using the test target of the Makefile:

cd scheme1
make test

The program will build and automatically execute, exiting with status 0 if the assertions pass.