Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
protobuf-c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
protobuf-c
Commits
d6ac08c8
Commit
d6ac08c8
authored
Feb 15, 2015
by
Zex
Committed by
Robert Edmonds
Jan 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skip protoc-c tests on cross-compiling
parent
40136558
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Makefile.am
Makefile.am
+7
-0
configure.ac
configure.ac
+1
-0
No files found.
Makefile.am
View file @
d6ac08c8
...
...
@@ -111,6 +111,12 @@ protoc_c_protoc_c_LDADD = \
# protobuf-c tests
#
if
CROSS_COMPILING
#
# skip tests on cross-compiling
#
else
LOG_COMPILER
=
$(VALGRIND)
check_PROGRAMS
+=
\
...
...
@@ -175,6 +181,7 @@ t_version_version_SOURCES = \
t/version/version.c
t_version_version_LDADD
=
\
protobuf-c/libprotobuf-c.la
endif
# CROSS_COMPILING
endif
# BUILD_COMPILER
...
...
configure.ac
View file @
d6ac08c8
...
...
@@ -67,6 +67,7 @@ else
PROTOBUF_VERSION="not required, not building compiler"
fi
AM_CONDITIONAL([BUILD_COMPILER], [test "x$enable_protoc" != "xno"])
AM_CONDITIONAL([CROSS_COMPILING], [test "x$cross_compiling" != "xno"])
gl_LD_VERSION_SCRIPT
...
...
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