]> git.donarmstrong.com Git - lilypond.git/blob - flowertest/flower-test.hh
release: 0.1.54
[lilypond.git] / flowertest / flower-test.hh
1 /*
2   flower-test.hh -- declare 
3
4   source file of the Flower Library
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef FLOWER_TEST_HH
11 #define FLOWER_TEST_HH
12 #include <iostream.h>
13
14 #define ADD_TEST(f) \
15 struct f ## Init {\
16     f ## Init () { reg_test(f); }\
17 } f ## init\
18
19 typedef void (*fptr)(void);
20
21 void reg_test (fptr f);
22
23 #endif // FLOWER_TEST_HH
24 /*
25   flower-test.hh -- declare 
26
27   source file of the Flower Library
28
29   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
30 */
31
32
33 #ifndef FLOWER_TEST_HH
34 #define FLOWER_TEST_HH
35 #include <iostream.h>
36
37 #define ADD_TEST(f) \
38 struct f ## Init {\
39     f ## Init () { reg_test(f); }\
40 } f ## init\
41
42 typedef void (*fptr)(void);
43
44 void reg_test (fptr f);
45
46 #endif // FLOWER_TEST_HH