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

#ifdef DEBUG_TESTS
NORETURN void run_tests();
#endif

#endif