File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -278,9 +278,9 @@ $(LOGDIR)/TacticTrace/make-test.ready:
278278 @mkdir -p $(LOGDIR ) /$$(dirname TacticTrace/make-test )
279279 @echo ' ### Running TacticTrace/Makefile'
280280 @$(MAKE ) clean --quiet -C TacticTrace
281- @$(MAKE ) --quiet -C TacticTrace
282- @cd TacticTrace && ./build-hol-kernel.sh
283- @$(MAKE ) test --quiet -C TacticTrace > $(LOGDIR ) /TacticTrace/make-test 2>&1
281+ @$(MAKE ) --quiet -C TacticTrace > $( LOGDIR ) /TacticTrace/make-test 2>&1
282+ @export HOLLIGHT_DIR= ` $( HOLLIGHT ) -dir ` && cd TacticTrace && ./build-hol-kernel.sh >> $( LOGDIR ) /TacticTrace/make-test 2>&1
283+ @$(MAKE ) test --quiet -C TacticTrace >> $(LOGDIR ) /TacticTrace/make-test 2>&1
284284 @cat TacticTrace/examples/* .hollog >> $(LOGDIR ) /TacticTrace/make-test
285285 @touch $(LOGDIR ) /TacticTrace/make-test.ready
286286
You can’t perform that action at this time.
0 commit comments