summaryrefslogtreecommitdiff
path: root/src/test/testTan.c
AgeCommit message (Collapse)Author
2007-04-18Moving all tests in each function.jofret
Better management with Autotools. Make check is now available !!
2007-03-30Autotools test structurejofret
2007-02-23* src/test/*.c :jofret
Better dependancies with includes. * src/test/Makedile : Changing includes / headers / link.
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-29Need to have a clear answer about STDC99 for complex implementation !jofret
Add som tests.