/*
 * SFColours test: test suite definitions
 * Copyright (C) 2020 Christopher Bazley
 */

#ifndef Tests_h
#define Tests_h

void Colmap_tests(void);
void Editor_tests(void);
void App_tests(void);

#endif /* Tests_h */
