Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
bd97678b
Commit
bd97678b
authored
2 years ago
by
Timur Safin
Committed by
Igor Munkin
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
test: make crc32.test tap-compatible
NO_DOC=internal NO_CHANGELOG=internal
parent
584683fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/unit/crc32.c
+3
-1
3 additions, 1 deletion
test/unit/crc32.c
test/unit/crc32.result
+0
-11
0 additions, 11 deletions
test/unit/crc32.result
with
3 additions
and
12 deletions
test/unit/crc32.c
+
3
−
1
View file @
bd97678b
...
...
@@ -28,9 +28,11 @@
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#include
"unit.h"
#include
"crc32.h"
#define UNIT_TAP_COMPATIBLE 1
#include
"unit.h"
static
void
test_alignment
(
void
)
{
...
...
This diff is collapsed.
Click to expand it.
test/unit/crc32.result
deleted
100644 → 0
+
0
−
11
View file @
584683fe
*** main ***
1..1
*** test_alignment ***
1..4
ok 1 - aligned crc32 buffer without a tail
ok 2 - aligned crc32 buffer with a tail
ok 3 - not aligned crc32 buffer with a tail
ok 4 - not aligned buffer less than a word
ok 1 - subtests
*** test_alignment: done ***
*** main: done ***
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment