Go to the documentation of this file.
34 #ifndef _NSOUND_TEST_H_
35 #define _NSOUND_TEST_H_
37 #define TEST_HEADER2(line) \
38 THIS_FILE << ":"; cout.width(4); cout << line \
39 << ": "; cout.width(0); cout
41 #define TEST_ERROR_HEADER2(line) \
42 endl << THIS_FILE << ":"; cerr.width(4); cerr << line \
43 << ": ***Error! "; cerr.width(0); cout
46 THIS_FILE << ":"; cout.width(4); cout << __LINE__ \
47 << ": "; cout.width(0); cout
49 #define TEST_ERROR_HEADER \
50 endl << THIS_FILE << ":"; cerr.width(4); cerr << __LINE__ \
51 << ": ***Error! "; cerr.width(0); cout