Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
Spot
Commits
16d44a15
Commit
16d44a15
authored
May 19, 2020
by
Etienne Renault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
raspbian: add missing library
* tests/Makefile.am: Here.
parent
f10e9329
Pipeline
#19011
failed with stage
in 109 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests/Makefile.am
tests/Makefile.am
+3
-3
No files found.
tests/Makefile.am
View file @
16d44a15
...
...
@@ -27,7 +27,7 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(BUDDY_CPPFLAGS) \
AM_CXXFLAGS
=
$(WARNING_CXXFLAGS)
LDADD
=
$(top_builddir)
/spot/libspot.la
\
$(top_builddir)
/buddy/src/libbddx.la
\
$(LIBLTDL)
-lpthread
$(LIBLTDL)
-lpthread
-latomic
# Explicitely set it to avoid default value ".test"
TEST_EXTENSIONS
=
...
...
@@ -461,7 +461,7 @@ check_PROGRAMS += ltsmin/modelcheck
check_PROGRAMS
+=
ltsmin/testconvert
ltsmin_modelcheck_CPPFLAGS
=
-I
$(top_builddir)
-I
$(top_srcdir)
\
$(BUDDY_CPPFLAGS)
\-
I
$(top_builddir)
/lib
-I
$(top_srcdir)
/lib
ltsmin_modelcheck_CXXFLAGS
=
$(CXXFLAGS)
-pthread
ltsmin_modelcheck_CXXFLAGS
=
$(CXXFLAGS)
-pthread
-latomic
ltsmin_modelcheck_SOURCES
=
ltsmin/modelcheck.cc
ltsmin_modelcheck_LDADD
=
\
$(top_builddir)
/bin/libcommon.a
\
...
...
@@ -471,7 +471,7 @@ ltsmin_modelcheck_LDADD = \
ltsmin_testconvert_CPPFLAGS
=
-I
$(top_builddir)
-I
$(top_srcdir)
\
$(BUDDY_CPPFLAGS)
\-
I
$(top_builddir)
/lib
-I
$(top_srcdir)
/lib
ltsmin_testconvert_CXXFLAGS
=
$(CXXFLAGS)
-pthread
ltsmin_testconvert_CXXFLAGS
=
$(CXXFLAGS)
-pthread
-latomic
ltsmin_testconvert_SOURCES
=
ltsmin/testconvert.cc
ltsmin_testconvert_LDADD
=
\
$(top_builddir)
/bin/libcommon.a
\
...
...
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