Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
W
WP43S
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Over_score
WP43S
Commits
3f8c80a2
Commit
3f8c80a2
authored
Nov 24, 2019
by
Gert Menke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix TestSuite build. Closes
#398
parent
a0ec80dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
3f8c80a2
...
...
@@ -232,7 +232,7 @@ clean_testSuite:
$(TESTSUITE_APP)
:
CFLAGS += -DTESTSUITE_BUILD
$(TESTSUITE_APP)
:
$(OBJ_TESTSUITE)
@
echo
-e
"
\n
====> testSuite
$@
<===="
$(CC)
$(CFLAGS)
-m64
$(OBJ_TESTSUITE)
-o
$(TESTSUITE_APP)
-L
/opt/local/lib
-lgmp
$(CC)
$(CFLAGS)
-m64
$(OBJ_TESTSUITE)
-o
$(TESTSUITE_APP)
-L
/opt/local/lib
-lgmp
-lm
src/testSuite/%.o
:
src/testSuite/%.c .stamp-constantPointers
@
echo
-e
"
\n
====> testSuite
$@
<===="
...
...
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