Sign in
gem5
/
arm
/
linux-arm64-legacy
/
847f56eb0e08fde16e721b76dcb2c70da0c730bf
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
tm
/
Makefile
blob: 2cede239a074dd110aa9ff3a6119b55f9c9d4ff6 [
file
] [
log
] [
blame
]
PROGS
:=
tm
-
resched
-
dscr
all
:
$
(
PROGS
)
$
(
PROGS
):
../
harness
.
c
run_tests
:
all
@-
for
PROG
in
$
(
PROGS
);
do
\
./
$$PROG
;
\
done
;
clean
:
rm
-
f $
(
PROGS
)
*.
o
.
PHONY
:
all run_tests clean