File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ g++ -std=c++20 "$PSScriptRoot\anagrams.cpp" && . $run rats |
1616 Assert-MatchTests &&
1717g++ - std= c+ +20 " $PSScriptRoot \animals.cpp" && . $run &&
1818g++ - std= c+ +20 " $PSScriptRoot \basic_types.cpp" && . $run &&
19+ g++ - std= c+ +20 " $PSScriptRoot \clockhands.cpp" && . $run |
20+ Compare-Object (Get-Content " $PSScriptRoot \..\test\clockhands_expected" ) |
21+ Assert-MatchTests &&
1922g++ - std= c+ +20 " $PSScriptRoot \if_then_else.cpp" && . $run &&
2023g++ - std= c+ +20 " $PSScriptRoot \maps.cpp" && . $run &&
2124g++ - std= c+ +20 " $PSScriptRoot \permutations.cpp" && . $run I like carrots |
Original file line number Diff line number Diff line change 22g++ -std=c++20 anagrams.cpp && ./a.out rats | diff ../test/rats_heap_expected - && \
33g++ -std=c++20 animals.cpp && ./a.out && \
44g++ -std=c++20 basic_types.cpp && ./a.out && \
5+ g++ -std=c++20 clockhands.cpp && ./a.out | diff ../test/clockhands_expected - && \
56g++ -std=c++20 if_then_else.cpp && ./a.out && \
67g++ -std=c++20 maps.cpp && ./a.out && \
78g++ -std=c++20 permutations.cpp && ./a.out I like carrots | diff ../test/carrots_expected - && \
You can’t perform that action at this time.
0 commit comments