mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
add uflra to makefile targets
This commit is contained in:
parent
77b33346f5
commit
883b27ccc9
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -44,6 +44,9 @@ $(TESTTOOL)-smt-QF_DT: snapshots
|
|||
$(TESTTOOL)-smt-QF_LRA: snapshots
|
||||
$(TESTTOOL) run $(TESTOPTS) \
|
||||
--csv snapshots/smt-QF_LRA-$(DATE).csv --task sidekick-smt-nodir tests/QF_LRA
|
||||
$(TESTTOOL)-smt-QF_UFLRA: snapshots
|
||||
$(TESTTOOL) run $(TESTOPTS) \
|
||||
--csv snapshots/smt-QF_UFLRA-$(DATE).csv --task sidekick-smt-nodir tests/QF_UFLRA
|
||||
|
||||
install: build-install
|
||||
@dune install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue