Created
January 17, 2012 01:46
-
-
Save master-q/1624029 to your computer and use it in GitHub Desktop.
github.com/master-q/readPurelyFunctionalDataStructures/tree/master/RedBlackTreeの実行結果
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
$ omake check [~/src/readPurelyFunctionalDataStructures/RedBlackTree] | |
omake: Symbol `FamErrlist' has different size in shared object, consider re-linking | |
*** omake: reading OMakefiles | |
*** omake: finished reading OMakefiles (0.01 sec) | |
- build . <check> | |
+ ./redblack_tree_test | |
. | |
Ran: 1 tests in: 5.98 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test | |
. | |
Ran: 1 tests in: 6.01 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test | |
. | |
Ran: 1 tests in: 5.97 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test_ex3_10a | |
. | |
Ran: 1 tests in: 5.59 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test_ex3_10a | |
. | |
Ran: 1 tests in: 5.58 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test_ex3_10a | |
. | |
Ran: 1 tests in: 5.62 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test_sorted | |
. | |
Ran: 1 tests in: 2.08 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test_sorted | |
. | |
Ran: 1 tests in: 2.08 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test_sorted | |
. | |
Ran: 1 tests in: 2.01 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test_ex3_10a_sorted | |
. | |
Ran: 1 tests in: 2.02 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test_ex3_10a_sorted | |
. | |
Ran: 1 tests in: 2.08 seconds. | |
OK- build . <check> | |
+ ./redblack_tree_test_ex3_10a_sorted | |
. | |
Ran: 1 tests in: 2.07 seconds. | |
*** omake: done (47.25 sec, 0/7 scans, 1/30 rules, 0/75 digests) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment