Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
SWIFT
SWIFTsim
Commits
bf8162e5
Commit
bf8162e5
authored
8 years ago
by
alalazo
Browse files
Options
Downloads
Patches
Plain Diff
Unit tests : enable out of source builds
parent
271eb4c7
No related branches found
No related tags found
1 merge request
!199
a few fixes to permit out of source builds for unit tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/Makefile.am
+1
-1
1 addition, 1 deletion
tests/Makefile.am
with
1 addition
and
1 deletion
tests/Makefile.am
+
1
−
1
View file @
bf8162e5
...
...
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Add the source directory and debug to CFLAGS
AM_CFLAGS
=
-I
..
/src
$(
HDF5_CPPFLAGS
)
-DTIMER
AM_CFLAGS
=
-I
$(
top_srcdir
)
/src
$(
HDF5_CPPFLAGS
)
-DTIMER
AM_LDFLAGS
=
../src/.libs/libswiftsim.a
$(
HDF5_LDFLAGS
)
$(
HDF5_LIBS
)
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in merge request
!198 (merged)
·
8 years ago
mentioned in merge request
!198 (merged)
mentioned in merge request !198
Toggle commit list
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