
8 Sep
2013
8 Sep
'13
4:30 p.m.
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