diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-13 07:47:41 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-13 07:47:41 +0100 |
commit | f98194b2f81b19d17e5c4db682df89fe66b3ab1e (patch) | |
tree | 1d34751e6e431b0b5801b2260a77d29372f2eb77 /testsuite/tests/dph/nbody/Makefile | |
parent | 584f65a63f60bf381b591d03397f5c47caddef91 (diff) | |
parent | 125a20ffd85f2cc54693738ba40f33022da8da41 (diff) | |
download | haskell-f98194b2f81b19d17e5c4db682df89fe66b3ab1e.tar.gz |
Merge branch 'master' of http://darcs.haskell.org/testsuite
Conflicts:
tests/typecheck/should_fail/all.T
Diffstat (limited to 'testsuite/tests/dph/nbody/Makefile')
-rw-r--r-- | testsuite/tests/dph/nbody/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/dph/nbody/Makefile b/testsuite/tests/dph/nbody/Makefile new file mode 100644 index 0000000000..9101fbd40a --- /dev/null +++ b/testsuite/tests/dph/nbody/Makefile @@ -0,0 +1,3 @@ +TOP=../../.. +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/test.mk |