I am looking for a library in C/C++ or java (or easily callable from those) that implements statistical normality tests: http://en.wikipedia.org/wiki/Normality_test
I had a quick look at boost and GSL, but they don't seem to include these.
I would appreciate links and examples how to use these tests (e.g. I am not sure how to link R libraries)
I would preferably work under Linux, but this is a secondary requirement.