cufinufft icon indicating copy to clipboard operation
cufinufft copied to clipboard

Make tests link to the library

Open janden opened this issue 5 years ago • 2 comments

Right now, they link directly to the raw object files. Having the tests link to the library would more closely mimic end-user behavior.

janden avatar May 28 '20 09:05 janden

I have in mind that the end users can use the codes under cufinufft/examples to see how the library can be used, so it is probably not necessary for test codes to closely mimic the end-user behavior?

MelodyShih avatar Jun 07 '20 20:06 MelodyShih

I guess what I'm worried about not catching errors in the build process (due to linking the library) in the automated tests (once we get those up and running).

janden avatar Jun 11 '20 16:06 janden