-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
747 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 113289cc086f80f28acd06f160a7c6423cdd4191 | ||
refs/heads/master: 7820b0715b6fb1378fab41b27fb7aa3950852cb7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
mq_open_tests | ||
mq_perf_tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.