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
a5da5b2a
Commit
a5da5b2a
authored
8 months ago
by
Fabian Vu
Browse files
Options
Downloads
Patches
Plain Diff
Update Makefile for JS
parent
a691313b
No related branches found
No related tags found
No related merge requests found
Pipeline
#144805
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/JS/Makefile
+5
-1
5 additions, 1 deletion
benchmarks/model_checking_opreuse/JS/Makefile
with
5 additions
and
1 deletion
benchmarks/model_checking_opreuse/JS/Makefile
+
5
−
1
View file @
a5da5b2a
...
@@ -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 Train_1_beebook_deterministic_MC_POR_v2 sort_m2_data1000_MC QueensWithEvents_4
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/src/main/js
;
cp
-R
btypes ../../../../benchmarks/model_checking/JS/btypes
;
cd
../../../../benchmarks/model_checking/JS
cd
../../../btypes_primitives/src/main/js
;
cp
-R
btypes ../../../../benchmarks/model_checking/JS/btypes
;
cd
../../../../benchmarks/model_checking/JS
...
@@ -17,6 +17,10 @@ COMPILE_FLAGS=--target ES6 --moduleResolution node
...
@@ -17,6 +17,10 @@ COMPILE_FLAGS=--target ES6 --moduleResolution node
%
:
%.js
%
:
%.js
timeout
60m gtime
-f
"%C %E %M"
-ao
$(
OUTPUT
)
node
$@
$(
STRATEGY
)
$(
CACHING
)
timeout
60m gtime
-f
"%C %E %M"
-ao
$(
OUTPUT
)
node
$@
$(
STRATEGY
)
$(
CACHING
)
timeout
60m gtime
-f
"%C %E %M"
-ao
$(
OUTPUT
)
node
$@
$(
STRATEGY
)
$(
CACHING
)
timeout
60m gtime
-f
"%C %E %M"
-ao
$(
OUTPUT
)
node
$@
$(
STRATEGY
)
$(
CACHING
)
timeout
60m gtime
-f
"%C %E %M"
-ao
$(
OUTPUT
)
node
$@
$(
STRATEGY
)
$(
CACHING
)
timeout
60m gtime
-f
"%C %E %M"
-ao
$(
OUTPUT
)
node
$@
$(
STRATEGY
)
$(
CACHING
)
clean
:
clean
:
rm
*
.js
rm
*
.js
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