Change a use of xargs to "$(XARGS)" $(XARGS_OPTS)
[ghc-hetmet.git] / utils / ext-core / Makefile
1 # This makefile is just for running the tests. For everything else,
2 # use Cabal! (The tests could be run with Cabal too, I'm just too lazy
3 # to figure out how.)
4
5 # The following assumes that you've built all the GHC libs with -fext-core...
6 libtest:
7         ./Driver -n `find ../../libraries -print | grep .hcr$$ | grep -v bootstrapping`
8
9 # ...or built all the nofib programs with -fext-core.
10 nofibtest:
11         ./Driver `find ../../nofib -print | grep .hcr$$`