Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
866f75f1
Commit
866f75f1
authored
Sep 28, 2017
by
Etienne Renault
Browse files
tests: add pthread library
* tests/Makefile.am: here.
parent
4fb83a31
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
866f75f1
...
...
@@ -24,8 +24,9 @@ AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS
=
-I
$(top_builddir)
-I
$(top_srcdir)
$(BUDDY_CPPFLAGS)
\
$(BRICKS_CPPFLAGS)
-I
$(top_builddir)
/lib
-I
$(top_srcdir)
/lib
AM_CXXFLAGS
=
$(WARNING_CXXFLAGS)
LDADD
=
$(top_builddir)
/spot/libspot.la
$(top_builddir)
/buddy/src/libbddx.la
LDADD
=
$(top_builddir)
/spot/libspot.la
\
$(top_builddir)
/buddy/src/libbddx.la
\
$(LIBLTDL)
-lpthread
# Explicitely set it to avoid default value ".test"
TEST_EXTENSIONS
=
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment