mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
10
tools/testing/selftests/mqueue/Makefile
Normal file
10
tools/testing/selftests/mqueue/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
all:
|
||||
gcc -O2 mq_open_tests.c -o mq_open_tests -lrt
|
||||
gcc -O2 -o mq_perf_tests mq_perf_tests.c -lrt -lpthread -lpopt
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue