[Git][ghc/ghc][wip/unify-hpc-testsuites] Adjust Makefiles in testsuite/tests/hpc/*
BinderDavid (@BinderDavid)
gitlab at gitlab.haskell.org
Thu Nov 16 18:01:46 UTC 2023
BinderDavid pushed to branch wip/unify-hpc-testsuites at Glasgow Haskell Compiler / GHC
Commits:
5a3e9857 by David Binder at 2023-11-16T19:00:30+01:00
Adjust Makefiles in testsuite/tests/hpc/*
The paths configured in these Makefiles were relative to
the old location of the tests in libraries/hpc/tests.
This Commit adjusts them to the new location in
testsuite/tests/hpc.
- - - - -
6 changed files:
- testsuite/tests/hpc/fork/Makefile
- testsuite/tests/hpc/function/Makefile
- testsuite/tests/hpc/function2/Makefile
- testsuite/tests/hpc/ghc_ghci/Makefile
- testsuite/tests/hpc/raytrace/Makefile
- testsuite/tests/hpc/simple/Makefile
Changes:
=====================================
testsuite/tests/hpc/fork/Makefile
=====================================
@@ -1,8 +1,4 @@
-# This Makefile runs the tests using GHC's testsuite framework. It
-# assumes the package is part of a GHC build tree with the testsuite
-# installed in ../../../testsuite.
-
-TOP=../../../../testsuite
+TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
=====================================
testsuite/tests/hpc/function/Makefile
=====================================
@@ -1,8 +1,4 @@
-# This Makefile runs the tests using GHC's testsuite framework. It
-# assumes the package is part of a GHC build tree with the testsuite
-# installed in ../../../testsuite.
-
-TOP=../../../../testsuite
+TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
=====================================
testsuite/tests/hpc/function2/Makefile
=====================================
@@ -1,8 +1,4 @@
-# This Makefile runs the tests using GHC's testsuite framework. It
-# assumes the package is part of a GHC build tree with the testsuite
-# installed in ../../../testsuite.
-
-TOP=../../../../testsuite
+TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
=====================================
testsuite/tests/hpc/ghc_ghci/Makefile
=====================================
@@ -1,8 +1,4 @@
-# This Makefile runs the tests using GHC's testsuite framework. It
-# assumes the package is part of a GHC build tree with the testsuite
-# installed in ../../../testsuite.
-
-TOP=../../../../testsuite
+TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
=====================================
testsuite/tests/hpc/raytrace/Makefile
=====================================
@@ -1,4 +1,4 @@
-TOP=../../../../testsuite
+TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
=====================================
testsuite/tests/hpc/simple/Makefile
=====================================
@@ -1,8 +1,4 @@
-# This Makefile runs the tests using GHC's testsuite framework. It
-# assumes the package is part of a GHC build tree with the testsuite
-# installed in ../../../testsuite.
-
-TOP=../../../../testsuite
+TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5a3e985706b3d017e8acc3bd4ad77d2520c89ecf
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5a3e985706b3d017e8acc3bd4ad77d2520c89ecf
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20231116/31480d1f/attachment-0001.html>
More information about the ghc-commits
mailing list