File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
# This adds compilation of a test file, without adding it to the
3
3
# install target.
4
4
5
- post-all: :
5
+ tests :
6
6
@echo -n building tests...
7
7
$(SHOW) 'COQC LibHyps/LibHypsTest.v'
8
8
$(HIDE)$(TIMER) $(COQC) $(COQDEBUG) $(TIMING_ARG) $(COQFLAGS) -w -undo-batch-mode $(COQLIBS) ./LibHyps/LibHypsTest.v $(TIMING_EXTRA)
Original file line number Diff line number Diff line change 1
1
-R LibHyps LibHyps
2
2
3
- ./ LibHyps/LibDecomp .v
4
- ./ LibHyps/TacNewHyps .v
5
- ./ LibHyps/LibHyps .v
6
- ./ LibHyps/LibHypsTactics .v
7
- ./ LibHyps/LibHypsNaming .v
8
- ./ LibHyps/LibSpecialize .v
3
+ LibHyps/LibHypsNaming .v
4
+ LibHyps/LibHypsTactics .v
5
+ LibHyps/LibSpecialize .v
6
+ LibHyps/LibDecomp .v
7
+ LibHyps/TacNewHyps .v
8
+ LibHyps/LibHyps .v
Original file line number Diff line number Diff line change 3
3
FILES=` find . -name " *.v" -exec echo {} \; `
4
4
echo " -R LibHyps LibHyps" > _CoqProject
5
5
echo " " >> _CoqProject
6
- for i in ` find . -name " *.v" | grep -v LibHypsNaming2 | grep -v LibHypsExamples | grep -v LibHypsDemo | grep -v LibHypsTest ` ; do
6
+ for i in ` find LibHyps -name " *.v" | grep -v LibHypsNaming2 | grep -v LibHypsExamples | grep -v LibHypsDemo | grep -v LibHypsTest | grep -v LibHypsRegression ` ; do
7
7
echo $i >> _CoqProject
8
8
done
9
9
coq_makefile -f _CoqProject -o Makefile
You can’t perform that action at this time.
0 commit comments