Searched refs:imtest (Results 1 – 5 of 5) sorted by relevance
38 TARGETS=imtest.exe pi.exe bintest.exe findprime.exe53 test: imtest.exe pi.exe66 imtest.exe: imtest.obj imath.obj imrat.obj imdrover.obj
48 TARGETS=bintest bug-swap imtest imtimer rtest73 test: imtest pi bug-swap doc.md103 imtest: imtest.o imath.o imrat.o imdrover.o iprime.o target
67 make DEBUG=Y imtest271 Fixed a memory leak in the test driver (imtest.c) where the input355 Added some new testing hooks in imtest.c, new unit tests.551 fc7846a imtest: Ensure the exit code is non-zero when tests fail.553 276d1f9 imtest: Make test output easier to read.
313 distribution. When you run `make test`, it builds the `imtest` program and360 vector for `imtest` and/or a minimal test program that will demonstrate the bug
11 if [ ! -f ../imtest ] ; then18 if ../imtest *.tc | (grep -v 'OK'||true) ; then