Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
b2program
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
b2program
Commits
a691313b
Commit
a691313b
authored
8 months ago
by
Fabian Vu
Browse files
Options
Downloads
Patches
Plain Diff
Update Makefile for Java
parent
d3e149da
No related branches found
No related tags found
No related merge requests found
Pipeline
#144804
failed
8 months ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/model_checking_opreuse/Java/Makefile
+2
-2
2 additions, 2 deletions
benchmarks/model_checking_opreuse/Java/Makefile
with
2 additions
and
2 deletions
benchmarks/model_checking_opreuse/Java/Makefile
+
2
−
2
View file @
a691313b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
.PHONY
:
build all clean
.PHONY
:
build all clean
all
:
Lift_MC_Large
CAN_BUS_tlc
Cruise_finite1_deterministic_MC LandingGear_R6
Train1_Lukas_POR_v3
Train_1_beebook_deterministic_MC_POR_v2 sort_m2_data1000_MC QueensWithEvents_4
QueensWithEvents_8 nota_v2
all
:
Lift_MC_Large Cruise_finite1_deterministic_MC
CAN_BUS_tlc
LandingGear_R6
nota_v2 rether obsw_M001_1 obsw_M001_2 prob_oneway8seq
Train_1_beebook_deterministic_MC_POR_v2 sort_m2_data1000_MC QueensWithEvents_4
build
:
build
:
cd
../../../btypes_primitives
;
./gradlew
-q
fatJar
;
cp
build/libs/btypes_primitives-all.jar ../benchmarks/model_checking/Java/btypes.jar
;
cd
../benchmarks/model_checking/Java
cd
../../../btypes_primitives
;
./gradlew
-q
fatJar
;
cp
build/libs/btypes_primitives-all.jar ../benchmarks/model_checking/Java/btypes.jar
;
cd
../benchmarks/model_checking/Java
...
@@ -10,7 +10,7 @@ build:
...
@@ -10,7 +10,7 @@ build:
OUTPUT
?=
runtimes.txt
OUTPUT
?=
runtimes.txt
DEPENDENCIES
?=
:btypes.jar
DEPENDENCIES
?=
:btypes.jar
STRATEGY
=
mixed
STRATEGY
=
mixed
THREADS
=
1
THREADS
=
8
CACHING
=
false
CACHING
=
false
%.class
:
%.java
%.class
:
%.java
...
...
This diff is collapsed.
Click to expand it.
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