// Description: An aggregate file for unit testing
#ifndef PASTELSYS_UNIT_TESTING_H
#define PASTELSYS_UNIT_TESTING_H
#include "pastel/sys/testing/testreport.h"
#include "pastel/sys/testing/testrunner.h"
#include "pastel/sys/testing/testsuite.h"
#endif