Initial commit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: test case
|
||||
# key: tc
|
||||
# group: testing
|
||||
# --
|
||||
BOOST_AUTO_TEST_CASE( ${1:test_case} )
|
||||
{
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user