Using the new -e flag to exit on errors. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Index: numactl-2.0.0/Makefile =================================================================== --- numactl-2.0.0.orig/Makefile +++ numactl-2.0.0/Makefile @@ -65,6 +65,9 @@ mt.o: CFLAGS += ${BENCH_CFLAGS} mt.o: mt.c numademo: numademo.o stream_lib.o mt.o libnuma.so clearcache.o +test_numademo: numademo + LD_LIBRARY_PATH=$$(pwd) ./numademo -e 10M + numademo.o: numademo.c libnuma.so numamon: numamon.o @@ -177,4 +180,4 @@ regress1: regress2: cd test ; ./regress2 -test: all regress1 regress2 +test: all regress1 regress2 test_numademo -- To unsubscribe from this list: send the line "unsubscribe linux-numa" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html