Subversion Repositories tpanel

Rev

Rev 329 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 329 Rev 330
Line 31... Line 31...
31
#endif
31
#endif
32
 
32
 
33
extern std::atomic<bool> __success;
33
extern std::atomic<bool> __success;
34
extern std::atomic<bool> __done;
34
extern std::atomic<bool> __done;
35
extern bool _testmode;
35
extern bool _testmode;
-
 
36
extern bool _run_test_ready;
36
 
37
 
37
class _TestMode
38
class _TestMode
38
{
39
{
39
    public:
40
    public:
40
        _TestMode(const std::string& path);
41
        _TestMode(const std::string& path);