2015-11-04 11:02:40 -07:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
set -xe
|
|
|
|
|
2016-06-08 16:05:44 -07:00
|
|
|
make config.h CONFIG_WERROR=y
|
|
|
|
|
2016-03-18 10:40:34 -07:00
|
|
|
make -C test/lib/nvme/unit CONFIG_WERROR=y
|
2015-11-04 11:02:40 -07:00
|
|
|
|
|
|
|
test/lib/nvme/unit/nvme_c/nvme_ut
|
|
|
|
test/lib/nvme/unit/nvme_ctrlr_c/nvme_ctrlr_ut
|
|
|
|
test/lib/nvme/unit/nvme_ctrlr_cmd_c/nvme_ctrlr_cmd_ut
|
|
|
|
test/lib/nvme/unit/nvme_ns_cmd_c/nvme_ns_cmd_ut
|
|
|
|
test/lib/nvme/unit/nvme_qpair_c/nvme_qpair_ut
|
2015-12-03 14:30:38 -07:00
|
|
|
|
2016-03-18 10:40:34 -07:00
|
|
|
make -C test/lib/ioat/unit CONFIG_WERROR=y
|
2015-12-03 14:30:38 -07:00
|
|
|
|
|
|
|
test/lib/ioat/unit/ioat_ut
|
2016-05-09 13:16:32 -07:00
|
|
|
|
|
|
|
make -C test/lib/json CONFIG_WERROR=y
|
|
|
|
|
|
|
|
test/lib/json/parse/json_parse_ut
|
|
|
|
test/lib/json/util/json_util_ut
|
|
|
|
test/lib/json/write/json_write_ut
|
2016-05-09 15:27:37 -07:00
|
|
|
|
2016-05-24 10:10:39 -07:00
|
|
|
make -C lib/log CONFIG_WERROR=y
|
|
|
|
make -C lib/json CONFIG_WERROR=y
|
2016-05-19 13:29:37 -07:00
|
|
|
make -C test/lib/jsonrpc CONFIG_WERROR=y
|
|
|
|
|
|
|
|
test/lib/jsonrpc/server/jsonrpc_server_ut
|
|
|
|
|
2016-05-09 15:27:37 -07:00
|
|
|
make -C test/lib/log CONFIG_WERROR=y
|
|
|
|
|
|
|
|
test/lib/log/log_ut
|