Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
cm-projects
RIOT
Commits
ee3675e3
Unverified
Commit
ee3675e3
authored
6 years ago
by
Koen Zandberg
Browse files
Options
Downloads
Patches
Plain Diff
tests/tweetnacl: Cleanup headers and includes
parent
d59a311b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/unittests/tests-tweetnacl/tests-tweetnacl.c
+0
-1
0 additions, 1 deletion
tests/unittests/tests-tweetnacl/tests-tweetnacl.c
tests/unittests/tests-tweetnacl/tests-tweetnacl.h
+0
-13
0 additions, 13 deletions
tests/unittests/tests-tweetnacl/tests-tweetnacl.h
with
0 additions
and
14 deletions
tests/unittests/tests-tweetnacl/tests-tweetnacl.c
+
0
−
1
View file @
ee3675e3
...
...
@@ -19,7 +19,6 @@
* @}
*/
#include
<stdio.h>
#include
<string.h>
#include
<tweetnacl.h>
...
...
This diff is collapsed.
Click to expand it.
tests/unittests/tests-tweetnacl/tests-tweetnacl.h
+
0
−
13
View file @
ee3675e3
...
...
@@ -25,24 +25,11 @@
extern
"C"
{
#endif
/**
* @brief MANDATORY function for collecting random Bytes
* required by the tweetnacl package
*/
extern
void
randombytes
(
uint8_t
*
target
,
uint64_t
n
);
/**
* @brief The entry point of this test suite.
*/
void
tests_tweetnacl
(
void
);
/**
* @brief Generates tests for tweetnacl
*
* @return embUnit tests if successful, NULL if not.
*/
Test
*
tests_tweetnacl_tests
(
void
);
#ifdef __cplusplus
}
#endif
...
...
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