string test alignment fix by Mahesh Bodapati
[libc-test] / Makefile
2014-09-10 Szabolcs Nagycat build errors during build
2014-01-07 Szabolcs Nagyfix breakage due to the .exe change, add error flags...
2014-01-06 Szabolcs Nagyadd .gitignore, all executables have .exe extension
2013-08-01 Szabolcs Nagyadd RUN_WRAP make var to run tests in qemu (app level...
2013-07-28 Szabolcs NagyRUN_WRAP can be used to run tests in qemu
2013-07-26 Szabolcs Nagyupdate api tests with options
2013-07-26 Szabolcs Nagyadd options.h.in to generate posix option group defines
2013-07-26 Szabolcs Nagymake Makefile debugging less painful (turn off some...
2013-07-26 Szabolcs Nagyrename run to runtest so src/common/run make target...
2013-07-26 Szabolcs NagyMakefile fix: define RANLIB in makefile, more robust...
2013-07-25 Szabolcs NagyMakefile workaround for wildcard not doing glob properly
2013-07-24 Szabolcs Nagymakefile change: B variable is the build directory
2013-07-24 Szabolcs NagyMakefile changes, run target only reruns dynamic tests
2013-07-21 Szabolcs Nagymove config.mak to config.mak.def (so user can freely...
2013-07-21 Szabolcs Nagyadd run wrapper, move t_printf and t_status into separa...
2013-07-20 Szabolcs Nagyfix parallel build of ipc tests (for make -jN)
2013-07-20 Szabolcs Nagyfix: LIBS have libtest.a dependency as well
2013-07-20 Szabolcs Nagynew test system
2012-10-07 nszinclude config.mak
2012-10-07 nsznew test framework (one main per test)
2012-03-28 nszmakefile fixes (-D_GNU_SOURCE, print build fail)
2012-03-27 nszuse dprintf(1,..) instead of buffered stderr
2012-03-27 nszset min benchmark time threshold to 200ms
2012-03-27 nszbuild system updates, port libc-testsuit changes
2011-09-22 nszstrtoul test fix, infrastructure changes
2011-07-27 nszinitial commit