Merge branch 'develop'

This commit is contained in:
Peter Dimov
2014-02-11 19:45:53 +02:00
4 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ import testing ;
test-suite "assert"
:
[ run ../assert_test.cpp ]
[ run ../current_function_test.cpp : : : <test-info>always_show_run_output ]
[ run ../verify_test.cpp ]
[ run assert_test.cpp ]
[ run current_function_test.cpp : : : <test-info>always_show_run_output ]
[ run verify_test.cpp ]
;