52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"org.boost",
|
|
"description":"boost:boost-unit-test-framework library",
|
|
"license":"boost-v1.0",
|
|
"license-file":"file://boost/LICENCE_1_0.txt",
|
|
"version":"file://version.txt",
|
|
"source": [
|
|
"boost/libs/test/src/compiler_log_formatter.cpp",
|
|
"boost/libs/test/src/decorator.cpp",
|
|
"boost/libs/test/src/framework.cpp",
|
|
"boost/libs/test/src/plain_report_formatter.cpp",
|
|
"boost/libs/test/src/progress_monitor.cpp",
|
|
"boost/libs/test/src/results_collector.cpp",
|
|
"boost/libs/test/src/results_reporter.cpp",
|
|
"boost/libs/test/src/test_framework_init_observer.cpp",
|
|
"boost/libs/test/src/test_tools.cpp",
|
|
"boost/libs/test/src/test_tree.cpp",
|
|
"boost/libs/test/src/unit_test_log.cpp",
|
|
"boost/libs/test/src/unit_test_main.cpp",
|
|
"boost/libs/test/src/unit_test_monitor.cpp",
|
|
"boost/libs/test/src/unit_test_parameters.cpp",
|
|
"boost/libs/test/src/junit_log_formatter.cpp",
|
|
"boost/libs/test/src/xml_log_formatter.cpp",
|
|
"boost/libs/test/src/xml_report_formatter.cpp"
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2011
|
|
},
|
|
"flag": {
|
|
"c++": [
|
|
"-DBOOST_ALL_NO_LIB=1",
|
|
"-DBOOST_TEST_DYN_LINK=1",
|
|
"-DNDEBUG"
|
|
],
|
|
"c": [
|
|
"-fvisibility-inlines-hidden",
|
|
"-finline-functions",
|
|
"-Wno-inline",
|
|
"-Wall",
|
|
"-fvisibility=hidden",
|
|
"-Wno-variadic-macros"
|
|
]
|
|
},
|
|
"dependency": [
|
|
"z",
|
|
"m",
|
|
"boost-include",
|
|
"pthread"
|
|
]
|
|
}
|