summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_run/Makefile
blob: 71e065f76b6bedba72d54c6ffe1bcd25b4603156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk

CONFIG_HS=Config.hs

config : 
	rm -f $(CONFIG_HS)
	@echo "Creating $(CONFIG_HS) ... "
	echo "module Config where" >>$(CONFIG_HS)
	echo "cTop          :: String" >> $(CONFIG_HS)
	echo 'cTop          = "$(subst \,\\,$(shell '$(TEST_HC)' --print-libdir))"' >> $(CONFIG_HS)