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

#if DEBUG_DIAGNOSTICS || DEBUG_TESTS

namespace crawl_tests
{
    void run_tests(bool exit_on_complete);
}

#endif

#endif