Sign in
zircon-guest
/
third_party
/
linux
/
f4e49cd2dce2ccac6feae64fbb4e90f7d8baf370
/
.
/
tools
/
testing
/
selftests
/
mqueue
/
Makefile
blob: 54c0aad2b47c8f9f5aa347e45e70a9a5a6306d7e [
file
] [
log
] [
blame
]
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
./
mq_perf_tests
clean
:
rm
-
f mq_open_tests mq_perf_tests