summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ctest.h
blob: 6caa3cf00c5ab34a2745ef334992334a04a8499e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CTEST_H
#define CTEST_H

#ifdef DEBUG_DIAGNOSTICS

namespace crawl_tests
{
    void run_tests(bool exit_on_complete);
}

#endif

#endif