diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-11-23 17:20:51 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-11-23 17:22:16 +0000 |
commit | 70efb629291c2c4f7a969d18e84e084f76433404 (patch) | |
tree | 7dca0307dabaadd2e80795e9031aba9e7e409114 /testsuite/tests | |
parent | 5955510e5f57464b1f4f42b510e3558d6e691380 (diff) | |
download | haskell-70efb629291c2c4f7a969d18e84e084f76433404.tar.gz |
Add tests/monadfail/Makefile
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/monadfail/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/monadfail/Makefile b/testsuite/tests/monadfail/Makefile new file mode 100644 index 0000000000..9a36a1c5fe --- /dev/null +++ b/testsuite/tests/monadfail/Makefile @@ -0,0 +1,3 @@ +TOP=../.. +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/test.mk |