Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
d099b34f
Commit
d099b34f
authored
Feb 12, 2015
by
Maxime Perrotin
Browse files
Restore overwitten Makefile
parent
e70aa01a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-types/Makefile
View file @
d099b34f
all
:
gnatmake
-d
-P
GPS_project.gpr mainprogram.adb
--subdirs
=
debug
-cargs
-g
-O0
touch
builtWithoutCoverage
include
../shared.mk
all
:
test-ada test-llvm
edit
:
$(OPENGEODE)
function1.pr system_structure.pr
test-parse
:
$(OPENGEODE)
functin1.pr system_structure.pr
--check
test-ada
:
function1.ali
test-llvm
:
function1.o
coverage
:
if
[
-f
builtWithoutCoverage
]
;
then
make clean
;
fi
gnatmake
-d
-P
GPS_project.gpr mainprogram.adb
--subdirs
=
debug
-cargs
-g
-O0
-fprofile-arcs
-ftest-coverage
-largs
-fprofile-arcs
cd
bin/debug
;
./mainprogram
cd
bin/debug
;
gcov adaasn1rtl taste_dataview taste_basictypes
clean
:
rm
-f
builtWithoutCoverage
;
gnat clean
-r
-P
GPS_project.gpr
--subdirs
=
debug
\ No newline at end of file
coverage run
-p
$(OPENGEODE)
function1.pr system_structure.pr
--toAda
.PHONY
:
all edit test-parse test-ada test-llvm coverage
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