Skip to content

Commit 4553093

Browse files
author
Tess Avitabile
committed
CXX-795 - Add bsoncxx unit tests to evergreen and travis builds
1 parent 4c37862 commit 4553093

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.mci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ tasks:
8080
script: |
8181
PKG_CONFIG_PATH="/data/tmp/c-driver-install/lib/pkgconfig" /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=${build_type} -DCMAKE_INSTALL_PREFIX=./install ..
8282
make
83-
make run-examples
83+
./src/bsoncxx/test/test_bson
8484
./src/mongocxx/test/test_driver
85+
make run-examples
8586
- func: "stop_mongod"
8687

8788
#######################################

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@ before_script:
7272
script:
7373
- make
7474

75-
# Run all examples
76-
- make run-examples
75+
# Run bsoncxx tests with catch
76+
- ./src/bsoncxx/test/test_bson
7777

78-
# Run tests with catch
78+
# Run mongocxx tests with catch
7979
- ./src/mongocxx/test/test_driver
80+
81+
# Run all examples
82+
- make run-examples

0 commit comments

Comments
 (0)