#ifndef CTEST_H
#define CTEST_H

#ifdef DEBUG_DIAGNOSTICS

namespace crawl_tests
{
    void run_tests(bool exit_on_complete);
}

#endif

#endif