File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- g++ -std=c++20 anagrams.cpp && ./a.out rats | diff ../test/rats_heap_expected - && \
3- g++ -std=c++20 animals.cpp && ./a.out && \
4- g++ -std=c++20 basic_types.cpp && ./a.out && \
5- g++ -std=c++20 clockhands.cpp && ./a.out | diff ../test/clockhands_expected - && \
6- g++ -std=c++20 if_then_else.cpp && ./a.out && \
7- g++ -std=c++20 maps.cpp && ./a.out && \
8- g++ -std=c++20 permutations.cpp && ./a.out I like carrots | diff ../test/carrots_expected - && \
9- g++ -std=c++20 smart_pointers.cpp && ./a.out && \
10- g++ -std=c++20 sum_of_even_squares.cpp && ./a.out && \
11- g++ -std=c++20 top_ten_scorers.cpp && ./a.out < ../test/wnba_input | diff ../test/wnba_expected - && \
12- g++ -std=c++20 triple.cpp && ./a.out | diff ../test/triple_expected -
2+ g++ -std=c++23 anagrams.cpp && ./a.out rats | diff ../test/rats_heap_expected - && \
3+ g++ -std=c++23 animals.cpp && ./a.out && \
4+ g++ -std=c++23 basic_types.cpp && ./a.out && \
5+ g++ -std=c++23 clockhands.cpp && ./a.out | diff ../test/clockhands_expected - && \
6+ g++ -std=c++23 if_then_else.cpp && ./a.out && \
7+ g++ -std=c++23 maps.cpp && ./a.out && \
8+ g++ -std=c++23 permutations.cpp && ./a.out I like carrots | diff ../test/carrots_expected - && \
9+ g++ -std=c++23 smart_pointers.cpp && ./a.out && \
10+ g++ -std=c++23 sum_of_even_squares.cpp && ./a.out && \
11+ g++ -std=c++23 top_ten_scorers.cpp && ./a.out < ../test/wnba_input | diff ../test/wnba_expected - && \
12+ g++ -std=c++23 triple.cpp && ./a.out | diff ../test/triple_expected -
1313
1414if [ $? -ne 0 ]; then
1515 echo
You can’t perform that action at this time.
0 commit comments