Difference between revisions of "r7.1.1:Define LIBTEST PAL OS STRING"

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 20:16, 17 February 2017

Source File

└───test_and_benchmark
    └───libtest
        └───inc
            └───libtest
                    libtest_porting_abstraction_layer_compiler.h

Define

#define LIBTEST_PAL_OS_STRING  [compiler name, in double quotes]

Example

#define LIBTEST_PAL_OS_STRING  "Linux"

Optionality

This define is mandatory and the library cannot compile if it is not set.

Notes

This define is used internally to form up library version string.

See Also