From 38b906f983a685af967b51bae2f8038c47d87b91 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Tue, 10 Apr 2018 09:56:52 +0200 Subject: MPPA - fixed wrong extension in test files --- .gitignore | 2 ++ test/mppa/general/output/branchz.bin.exp | 1 + test/mppa/general/output/branchz.exp | 1 - test/mppa/general/output/branchzu.bin.exp | 1 + test/mppa/general/output/branchzu.exp | 1 - 5 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 test/mppa/general/output/branchz.bin.exp delete mode 100644 test/mppa/general/output/branchz.exp create mode 100644 test/mppa/general/output/branchzu.bin.exp delete mode 100644 test/mppa/general/output/branchzu.exp diff --git a/.gitignore b/.gitignore index b782e849..5358ee05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # Object files, in general +**.bin +**.out *.vo *.glob *.o diff --git a/test/mppa/general/output/branchz.bin.exp b/test/mppa/general/output/branchz.bin.exp new file mode 100644 index 00000000..00750edc --- /dev/null +++ b/test/mppa/general/output/branchz.bin.exp @@ -0,0 +1 @@ +3 diff --git a/test/mppa/general/output/branchz.exp b/test/mppa/general/output/branchz.exp deleted file mode 100644 index 00750edc..00000000 --- a/test/mppa/general/output/branchz.exp +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/test/mppa/general/output/branchzu.bin.exp b/test/mppa/general/output/branchzu.bin.exp new file mode 100644 index 00000000..00750edc --- /dev/null +++ b/test/mppa/general/output/branchzu.bin.exp @@ -0,0 +1 @@ +3 diff --git a/test/mppa/general/output/branchzu.exp b/test/mppa/general/output/branchzu.exp deleted file mode 100644 index 00750edc..00000000 --- a/test/mppa/general/output/branchzu.exp +++ /dev/null @@ -1 +0,0 @@ -3 -- cgit