Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
fe4aa206
Commit
fe4aa206
authored
Sep 16, 2011
by
Vicent Marti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate test suite
parent
a5f8c1bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tests-clay/clay_main.c
+4
-4
No files found.
tests-clay/clay_main.c
View file @
fe4aa206
...
...
@@ -665,7 +665,7 @@ extern void test_core_path__1(void);
extern
void
test_core_path__2
(
void
);
extern
void
test_core_path__5
(
void
);
extern
void
test_core_path__6
(
void
);
extern
void
test_core_rmdir__initialize
();
extern
void
test_core_rmdir__initialize
(
void
);
extern
void
test_core_rmdir__delete_recursive
(
void
);
extern
void
test_core_rmdir__fail_to_delete_non_empty_dir
(
void
);
extern
void
test_core_string__0
(
void
);
...
...
@@ -674,10 +674,10 @@ extern void test_core_vector__0(void);
extern
void
test_core_vector__1
(
void
);
extern
void
test_core_vector__2
(
void
);
extern
void
test_status_single__hash_single_file
();
extern
void
test_status_worktree__initialize
();
extern
void
test_status_worktree__initialize
(
void
);
extern
void
test_status_worktree__cleanup
();
extern
void
test_status_worktree__whole_repository
();
extern
void
test_status_worktree__empty_repository
();
extern
void
test_status_worktree__whole_repository
(
void
);
extern
void
test_status_worktree__empty_repository
(
void
);
static
const
struct
clay_func
_all_callbacks
[]
=
{
{
"dont_traverse_dot"
,
&
test_core_dirent__dont_traverse_dot
,
0
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment