diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-03 19:20:04 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-03 19:20:04 +0100 |
commit | 5eccfdab52973f9be9e38c65c17a33e8d2428692 (patch) | |
tree | 2221ef09dfb40d9cdf3656e400e8662976e7eb9e /tests | |
parent | 1473699d8e204d9bf8b00c160b097b4adf85a66b (diff) | |
download | qtmips-5eccfdab52973f9be9e38c65c17a33e8d2428692.tar.gz qtmips-5eccfdab52973f9be9e38c65c17a33e8d2428692.tar.bz2 qtmips-5eccfdab52973f9be9e38c65c17a33e8d2428692.zip |
Drop t-registers Makefile
That test doesn't exists so why it's there?
Diffstat (limited to 'tests')
-rw-r--r-- | tests/t-registers/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/t-registers/Makefile b/tests/t-registers/Makefile deleted file mode 100644 index b8278d1..0000000 --- a/tests/t-registers/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -MAKEFLAGS += --no-builtin-rules - -SRC = registers.S - -include ../test.mk |