diff options
author | Mattias Andrée <maandree@kth.se> | 2023-06-25 23:22:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-06-25 23:22:40 +0200 |
commit | fd6bd9d9090213d4644fc0a96f06fb34ce5365fc (patch) | |
tree | e2d5facad8bb34b84596ee07999fe588dd0c42fc /tests/Makefile | |
parent | Add more test cases (diff) | |
download | sctrace-fd6bd9d9090213d4644fc0a96f06fb34ce5365fc.tar.gz sctrace-fd6bd9d9090213d4644fc0a96f06fb34ce5365fc.tar.bz2 sctrace-fd6bd9d9090213d4644fc0a96f06fb34ce5365fc.tar.xz |
Some code improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 7468bfa..527c690 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,6 +2,7 @@ BIN_64 =\ abort.64\ + abort-nodump.64\ cont.64\ exec.64\ exit.64\ @@ -13,6 +14,7 @@ BIN_64 =\ raise.64\ siginfo.64\ signal.64\ + signal-interrupt.64\ stop.64\ threads.64\ tstp.64\ |