Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309767
b: refs/heads/master
c: 7820b07
h: refs/heads/master
i:
  309765: dd3ab03
  309763: 0b585f0
  309759: f82b8e1
v: v3
  • Loading branch information
Doug Ledford authored and Linus Torvalds committed Jun 1, 2012
1 parent 20dd7a5 commit ae2963e
Show file tree
Hide file tree
Showing 4 changed files with 747 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 113289cc086f80f28acd06f160a7c6423cdd4191
refs/heads/master: 7820b0715b6fb1378fab41b27fb7aa3950852cb7
2 changes: 2 additions & 0 deletions trunk/tools/testing/selftests/mqueue/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mq_open_tests
mq_perf_tests
4 changes: 3 additions & 1 deletion trunk/tools/testing/selftests/mqueue/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
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
rm -f mq_open_tests mq_perf_tests
Loading

0 comments on commit ae2963e

Please sign in to comment.