Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
1ca20008
Commit
1ca20008
authored
Aug 11, 2015
by
Maxime Perrotin
Browse files
Remove call to gcov
failing on gcc4.6 with segfault...
parent
4a5fafd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/regression/test1/Makefile
View file @
1ca20008
...
...
@@ -12,7 +12,7 @@ test-ada: og.ali dataview-uniq.o | test_ada.o
$(GNATBIND)
-n
og.ali
$(GNATLINK)
-o
test_ada test_ada.o og.ali
-lgnat
./test_ada
gcov og.adb
#
gcov og.adb
test-c
:
og.c test_c.o dataview-uniq.o
$(CC)
og.c
-c
-o
og.o
...
...
tests/regression/test2/Makefile
View file @
1ca20008
...
...
@@ -12,7 +12,7 @@ test-ada: orchestrator.ali dataview-uniq.o | test_ada.o
$(GNATBIND)
-n
orchestrator.ali
$(GNATLINK)
-o
test_ada test_ada.o orchestrator.ali
-lgnat
./test_ada
gcov orchestrator.adb
#
gcov orchestrator.adb
test-c
:
orchestrator.c test_c.o dataview-uniq.o
$(CC)
orchestrator.c
-c
-o
orchestrator.o
...
...
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