hpath/unix/tests/Makefile

8 lines
255 B
Makefile
Raw Normal View History

2020-04-14 09:27:28 +00:00
# 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
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk