diff options
| author | coqbot-app[bot] | 2020-08-25 10:54:19 +0000 |
|---|---|---|
| committer | GitHub | 2020-08-25 10:54:19 +0000 |
| commit | ba3ff67b1b680a7deb3fddacb7134d5e38228602 (patch) | |
| tree | ed6810a57b6309fcf68f7a13be51631fb9284d9e /test-suite/Makefile | |
| parent | a4428859baffc7d71eebe62b78456e088785ef09 (diff) | |
| parent | 5a77616b0997190c1a21469b7ddc659214a8aacc (diff) | |
Merge PR #12798: Change OUnit package name to ounit2.
Reviewed-by: ejgallego
Diffstat (limited to 'test-suite/Makefile')
| -rw-r--r-- | test-suite/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile index 5d4e15b985..758374c5de 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -300,20 +300,20 @@ endif unit-tests/src/utest.cmx: unit-tests/src/utest.ml unit-tests/src/utest.cmi $(SHOW) 'OCAMLOPT $<' - $(HIDE)$(OCAMLOPT) -c -I unit-tests/src -package oUnit $< + $(HIDE)$(OCAMLOPT) -c -I unit-tests/src -package ounit2 $< unit-tests/src/utest.cmo: unit-tests/src/utest.ml unit-tests/src/utest.cmi $(SHOW) 'OCAMLC $<' - $(HIDE)$(OCAMLC) -c -I unit-tests/src -package oUnit $< + $(HIDE)$(OCAMLC) -c -I unit-tests/src -package ounit2 $< unit-tests/src/utest.cmi: unit-tests/src/utest.mli $(SHOW) 'OCAMLC $<' - $(HIDE)$(OCAMLC) -package oUnit -c $< + $(HIDE)$(OCAMLC) -package ounit2 -c $< unit-tests: $(UNIT_LOGFILES) # Build executable, run it to generate log file unit-tests/%.ml.log: unit-tests/%.ml unit-tests/src/$(UNIT_LINK) $(SHOW) 'TEST $<' - $(HIDE)$(OCAMLBEST) -linkall -linkpkg -package coq.toplevel,oUnit \ + $(HIDE)$(OCAMLBEST) -linkall -linkpkg -package coq.toplevel,ounit2 \ -I unit-tests/src $(UNIT_LINK) $< -o $<.test; $(HIDE)./$<.test |
