This website works better with JavaScript.
Explore
Help
Sign In
riyyi
/
manafiles
Watch
1
Star
0
Fork
You've already forked manafiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Config file and package tracking utility
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34
Commits
1
Branch
0
Tags
1.9 MiB
Tree:
8ce4643518
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8ce4643518'
${ noResults }
manafiles
/
test
/
main.cpp
9 lines
100 B
Raw
Normal View
History
Unescape
Escape
Test: Implement simple TestSuite/TestCase
3 years ago
#
include
"testsuite.h"
Initial commit
3 years ago
int
main
(
int
,
const
char
*
[
]
)
{
Test: Implement simple TestSuite/TestCase
3 years ago
Test
:
:
TestSuite
:
:
the
(
)
.
run
(
)
;
Initial commit
3 years ago
return
0
;
}