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
properties
Commits
182b6615
Commit
182b6615
authored
Mar 19, 2015
by
Maxime Perrotin
Browse files
Makefile create DLL for testing
parent
e99fcf90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
182b6615
...
...
@@ -9,5 +9,9 @@ clean:
test
:
properties/properties.py
-s
../test/properties
test
/
*
.pr
cd test
&&
asn1.exe
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
&&
gnatmake
-gnat2012
-c
orchestrator_stop_conditions.adb
cd test
&&
gnatbind
-n
-Lliborechestrator_stop_conditions
orchestrator_stop_conditions
cd test
&&
gnatmake
-c
-gnat2012
b~orchestrator_stop_conditions.adb
cd test
&&
gcc
-shared
-fPIC
-o
liborchestrator_stop_conditions.so b~orchestrator_stop_conditions.o orchestrator_stop_conditions.o taste_basictypes.o adaasn1rtl.o
-lgnat
.PHONY
:
all install clean test
Write
Preview
Supports
Markdown
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