summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
2007-03-20Oups... Correcting some mistakes...jofret
2007-03-19Testing of Cosine DONE !jofret
2007-03-19Oups...jofret
To have some complex capabilities, need to link to my complex library...
2007-02-23* src/test/*.c :jofret
Better dependancies with includes. * src/test/Makedile : Changing includes / headers / link.
2007-02-15* src/test/testIsEmpty.c :jofret
Add some tests. * src/test/Makefile : Some trouble with link... Better in this order !
2007-02-15(no commit message)jofret
2007-02-14Adding missing tests files.jofret
Must have been linked earlier with the "Sign" lib. Correct the mistake.
2007-02-14* src/test/test*.c :jofret
Add some FIXME in order to remember to code some tests. * src/test/testFind.c : Testing of the find function. * src/test/testIsEmpty.c : Testing of the isEmpty function. * src/misc : Create for misc includes. * src/auxiliaryFunctions/find/notFound.h : Moved * src/misc/notFound.h : Better use here. * */*/Makefile : Modify all Makefiles. Remove -pedantic. Must be crazy to use this... * src/auxiliaryFunctions/isempty : IsEmpty functions implementation. * src/auxiliaryFunctions/isempty/{sdcz}isEmptya.c : Implementation : s(float) d(double) c(floatComplex) z(doubleComplex)
2007-01-31* src/elementaryFunctions/*.c :jofret
Remove Multi Complex definition. * src/type/doubleComplex.h : Used as C99 Complex interface or hand-made complex. * src/type/floatComplex.h : Used as C99 Complex interface or hand-made complex. * src/*/Makefile : Add -std=c99 flag for native c99 complex compilation. * src/elementaryFunctions/exp : Exponential functions. * src/test/testExp.c : Add some Exponential functions tests.
2007-01-29Need to have a clear answer about STDC99 for complex implementation !jofret
Add som tests.
2006-12-11Cosine and Sine tests.jofret
Adding standards definitions.
2006-12-08testing tool...jofret