Skip to content

Commit

Permalink
Path housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
hsutter committed Dec 27, 2022
1 parent 6a82a16 commit 0e6d3be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions passthrough-tests/run-diffs.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/mnt/c/GitHub/cppfront/x64/Debug/cppfront.exe msvc-msstl-e.cpp2
cppfront.exe msvc-msstl-e.cpp2
diff -s -q -w msvc-msstl-e.cpp2 msvc-msstl-e.cpp

/mnt/c/GitHub/cppfront/x64/Debug/cppfront.exe gcc-10-libstdc++-e.cpp2
cppfront.exe gcc-10-libstdc++-e.cpp2
diff -s -q -w gcc-10-libstdc++-e.cpp2 gcc-10-libstdc++-e.cpp

/mnt/c/GitHub/cppfront/x64/Debug/cppfront.exe clang-12-libstdc++-e.cpp2
cppfront.exe clang-12-libstdc++-e.cpp2
diff -s -q -w clang-12-libstdc++-e.cpp2 clang-12-libstdc++-e.cpp
4 changes: 2 additions & 2 deletions regression-tests/run-tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ copy ..\*.cpp2 .
set count=0
for %%f in (mixed-*.cpp2) do (
echo Starting cppfront.exe %%f
C:\GitHub\cppfront\x64\Debug\cppfront.exe -n -s %%f > %%f.output 2>&1
cppfront.exe -n -s %%f > %%f.output 2>&1
del %%f
set /a count+=1
)
for %%f in (pure2-*.cpp2) do (
echo Starting cppfront.exe %%f -p
C:\GitHub\cppfront\x64\Debug\cppfront.exe -n -s -p %%f > %%f.output 2>&1
cppfront.exe -n -s -p %%f > %%f.output 2>&1
del %%f
set /a count+=1
)
Expand Down
4 changes: 2 additions & 2 deletions regression-tests/test-results/run-tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ copy ..\*.cpp2 .
set count=0
for %%f in (mixed-*.cpp2) do (
echo Starting cppfront.exe %%f
C:\GitHub\cppfront\x64\Debug\cppfront.exe %%f > %%f.output 2>&1
cppfront.exe %%f > %%f.output 2>&1
del %%f
set /a count+=1
)
for %%f in (pure2-*.cpp2) do (
echo Starting cppfront.exe %%f -p
C:\GitHub\cppfront\x64\Debug\cppfront.exe -p %%f > %%f.output 2>&1
cppfront.exe -p %%f > %%f.output 2>&1
del %%f
set /a count+=1
)
Expand Down

0 comments on commit 0e6d3be

Please sign in to comment.