Hey folks, I'm writing a test for #5435 but I don't really know how to structure it properly. I have a C file and an HS file, and I'd like to run the test twice: once dynamic (so the C should be compiled with -fPIC) and once not. Furthermore, I'd like both ways to run when doing 'make fast' (unless dynamic libraries are not available). How do I spell this? The easy thing is to list the test twice in all.T but this seems wrong.
Edward _______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
