Created
November 10, 2017 16:30
-
-
Save dcreager/8bd1054eb3c3fbf675b35406d1dad37d to your computer and use it in GitHub Desktop.
Testing a package using Buzzy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# assuming you already have the code checked out and you've been working on it | |
$ cd varon-t | |
$ buzzy test | |
[1] Build varon-t 3.0.0+4+git (cmake) | |
...snip... | |
[2] Test varon-t 3.0.0+4+git (cmake) | |
Running tests... | |
Test project /home/dcreager/.cache/buzzy/build/varon-t-local-bd7557b2/build | |
Start 1: test-perf-dq | |
1/2 Test #1: test-perf-dq ..................... Passed 3.98 sec | |
Start 2: test-vrt | |
2/2 Test #2: test-vrt ......................... Passed 0.02 sec | |
100% tests passed, 0 tests failed out of 2 | |
Total Test time (real) = 4.00 sec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment