Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284432
b: refs/heads/master
c: 274343a
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker authored and Linus Torvalds committed Jan 13, 2012
1 parent d9d08f5 commit ae25f35
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2bdb933ab8b7db71c318a4ddcf78a9fffd61ecb
refs/heads/master: 274343ad3e63c4dcee6744a75b5553940de4a0f6
11 changes: 11 additions & 0 deletions trunk/tools/testing/selftests/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
TARGETS =

all:
for TARGET in $(TARGETS); do \
make -C $$TARGET; \
done;

clean:
for TARGET in $(TARGETS); do \
make -C $$TARGET clean; \
done;
8 changes: 8 additions & 0 deletions trunk/tools/testing/selftests/run_tests
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

TARGETS=

for TARGET in $TARGETS
do
$TARGET/run_test
done

0 comments on commit ae25f35

Please sign in to comment.