diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-12-26 22:47:45 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-27 01:42:07 +0100 |
commit | fb5d26d9658908ae3e8416077246c2fb405875e1 (patch) | |
tree | be043c064be045fc6a6eecbdf931484afdf099df /testsuite/tests/primops | |
parent | e39d10f4f99360ce4c670a36337964c8edd846ce (diff) | |
download | haskell-fb5d26d9658908ae3e8416077246c2fb405875e1.tar.gz |
testsuite/codegen: Add missing dummy Makefiles
Diffstat (limited to 'testsuite/tests/primops')
-rw-r--r-- | testsuite/tests/primops/should_compile/Makefile | 3 | ||||
-rw-r--r-- | testsuite/tests/primops/should_run/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/primops/should_compile/Makefile b/testsuite/tests/primops/should_compile/Makefile new file mode 100644 index 0000000000..9101fbd40a --- /dev/null +++ b/testsuite/tests/primops/should_compile/Makefile @@ -0,0 +1,3 @@ +TOP=../../.. +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/test.mk diff --git a/testsuite/tests/primops/should_run/Makefile b/testsuite/tests/primops/should_run/Makefile new file mode 100644 index 0000000000..9101fbd40a --- /dev/null +++ b/testsuite/tests/primops/should_run/Makefile @@ -0,0 +1,3 @@ +TOP=../../.. +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/test.mk |