JayBeams  0.1
Another project to have fun coding.
compile_info.hpp
Go to the documentation of this file.
1 #ifndef jb_testing_compile_info_hpp
2 #define jb_testing_compile_info_hpp
3 
4 namespace jb {
5 namespace testing {
6 
7 /// The kernel version, release, machine hardware, etc.
8 extern char const uname_a[];
9 
10 /// The compiler version
11 extern char const compiler[];
12 
13 /// The compiler flags
14 extern char const compiler_flags[];
15 
16 /// The linker version
17 extern char const linker[];
18 
19 /// The git revision at compile time
20 extern char const gitrev[];
21 
22 } // namespace testing
23 } // namespace jb
24 
25 #endif // jb_testing_compile_info_hpp
char const gitrev[]
The git revision at compile time.
char const uname_a[]
The kernel version, release, machine hardware, etc.
char const compiler_flags[]
The compiler flags.
char const compiler[]
The compiler version.
char const linker[]
The linker version.
The top-level namespace for the JayBeams library.
Definition: as_hhmmss.hpp:7