Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
b631b552
Commit
b631b552
authored
Nov 05, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/*: add more missing stdlib.h includes
parent
3f21581a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
test_archive.cxx
test/test_archive.cxx
+1
-0
test_byte_reverse.cxx
test/test_byte_reverse.cxx
+1
-0
test_pcm_main.cxx
test/test_pcm_main.cxx
+2
-0
test_util.cxx
test/test_util.cxx
+1
-0
No files found.
test/test_archive.cxx
View file @
b631b552
...
...
@@ -10,6 +10,7 @@
#include <glib.h>
#include <string.h>
#include <stdlib.h>
class
ArchiveLookupTest
:
public
CppUnit
::
TestFixture
{
CPPUNIT_TEST_SUITE
(
ArchiveLookupTest
);
...
...
test/test_byte_reverse.cxx
View file @
b631b552
...
...
@@ -27,6 +27,7 @@
#include <cppunit/ui/text/TestRunner.h>
#include <string.h>
#include <stdlib.h>
class
ByteReverseTest
:
public
CppUnit
::
TestFixture
{
CPPUNIT_TEST_SUITE
(
ByteReverseTest
);
...
...
test/test_pcm_main.cxx
View file @
b631b552
...
...
@@ -23,6 +23,8 @@
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/ui/text/TestRunner.h>
#include <stdlib.h>
int
main
(
gcc_unused
int
argc
,
gcc_unused
char
**
argv
)
{
...
...
test/test_util.cxx
View file @
b631b552
...
...
@@ -11,6 +11,7 @@
#include <cppunit/extensions/HelperMacros.h>
#include <string.h>
#include <stdlib.h>
class
UriUtilTest
:
public
CppUnit
::
TestFixture
{
CPPUNIT_TEST_SUITE
(
UriUtilTest
);
...
...
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