Skip to content

Commit

Permalink
Remove "show" target from regression/*/Makefile
Browse files Browse the repository at this point in the history
This may have been useful to someone in the past, but a semi-interactive
(starting a new vim in a loop for each directory) approach with several
hundred files is no longer meaningful.
  • Loading branch information
tautschnig committed Mar 22, 2021
1 parent c923c3d commit 3a5ddc7
Show file tree
Hide file tree
Showing 50 changed files with 0 additions and 350 deletions.
7 changes: 0 additions & 7 deletions regression/acceleration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ test:
tests.log: ../test.pl
@../test.pl -e -p -c "../accelerate.sh $(GOTO_CC_EXE) $(GOTO_INSTRUMENT_EXE) $(CBMC_EXE) $(is_windows)"

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
$(RM) tests.log
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/ansi-c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ ifneq ($(BUILD_ENV_),MSVC)
@../test.pl -e -p -c "$(exe) -xc++ -D_Bool=bool" -I test-c++-front-end -s c++-front-end $(excluded_tests)
endif

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/array-refinement-with-incr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ test:
tests.log: ../test.pl
@../test.pl -c $(TOOL)

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/array-refinement/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ test:
tests.log: ../test.pl
@../test.pl -c $(TOOL)

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/cbmc-concurrency/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ test:
tests.log: ../test.pl
@../test.pl -e -p -c "../../../src/cbmc/cbmc --validate-goto-model --validate-ssa-equation" $(no_pthread)

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/cbmc-cover/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ test:
tests.log: ../test.pl
@../test.pl -e -p -c ../../../src/cbmc/cbmc

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/cbmc-cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ test:
tests.log: ../test.pl
@../test.pl -e -p -c "../../../src/cbmc/cbmc --validate-goto-model --validate-ssa-equation" $(excluded_tests)

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/cbmc-incr-oneloop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ test:
tests.log: ../test.pl
@../test.pl -c "perl -e 'alarm shift @ARGV; exec @ARGV' 8 ../../../src/cbmc/cbmc --slice-formula"

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
@$(RM) *.log
@(for dir in *; do $(RM) $$dir/*.out; done;)
7 changes: 0 additions & 7 deletions regression/cbmc-incr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ test:
tests.log: ../test.pl
@../test.pl -c "perl -e 'alarm shift @ARGV; exec @ARGV' 30 ../../../src/cbmc/cbmc $(PARAM)"

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
@$(RM) *.log
@(for dir in *; do $(RM) $$dir/*.out; done;)
7 changes: 0 additions & 7 deletions regression/cbmc-library/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ test:
tests.log: ../test.pl
@../test.pl -e -p -c ../../../src/cbmc/cbmc $(no_pthread)

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
$(RM) tests.log
7 changes: 0 additions & 7 deletions regression/cbmc-primitives/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ test:
tests.log: ../test.pl
@../test.pl -e -p -c ../../../src/cbmc/cbmc

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
$(RM) tests.log
7 changes: 0 additions & 7 deletions regression/cbmc-sequentialization/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ test:

tests.log: ../test.pl test

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.smt2' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/cbmc-with-incr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ test:
tests.log: ../test.pl
@../test.pl -c "../../../src/cbmc/cbmc --incremental"

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
@$(RM) *.log
@for dir in *; do $(RM) $$dir/*.out; done;
7 changes: 0 additions & 7 deletions regression/cbmc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ test-paths-lifo:

tests.log: ../test.pl test

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.smt2' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ test:
tests.log:
@../test.pl -e -p -c '../chain.sh $(exe) ../../../src/goto-instrument/goto-instrument ../../../src/cbmc/cbmc $(is_windows)'

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
@for dir in *; do \
$(RM) tests.log; \
Expand Down
7 changes: 0 additions & 7 deletions regression/cpp-linter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ test:
tests.log: ../test.pl
@../test.pl -p -c ../../../scripts/cpplint.py

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ test:
tests.log: ../test.pl
@../test.pl -e -p -c $(exe) $(excluded_tests)

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/extract_type_header/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ test:
tests.log:
@../test.pl -e -p -c '../chain.sh $(exe) ../../../src/goto-instrument/goto-instrument ../../../src/cbmc/cbmc ./../../../scripts/extract_type_header.py $(is_windows)'

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
@for dir in *; do \
$(RM) tests.log; \
Expand Down
7 changes: 0 additions & 7 deletions regression/fault-localization/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ test:
tests.log: ../test.pl
@../test.pl -p -c ../../../src/cbmc/cbmc

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/goto-analyzer-simplify/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ test:
tests.log: ../test.pl
@../test.pl -e -p -c "../chain.sh ../../../src/goto-analyzer/goto-analyzer"

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.java" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/goto-analyzer-taint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ test:
tests.log: ../test.pl
@../test.pl -e -p -c ../../../src/goto-analyzer/goto-analyzer

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/goto-analyzer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ test:
tests.log: ../test.pl
@../test.pl -e -p -c ../../../src/goto-analyzer/goto-analyzer

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.java" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/goto-cc-cbmc-shared-options/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ test:
tests.log:
@../test.pl -e -p -c '../chain.sh $(exe) ../../../src/cbmc/cbmc $(is_windows)' $(exclude_broken_windows_tests)

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
@for dir in *; do \
$(RM) tests.log; \
Expand Down
7 changes: 0 additions & 7 deletions regression/goto-cc-cbmc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ test:
tests.log:
@../test.pl -e -p -c '../chain.sh $(exe) ../../../src/cbmc/cbmc $(is_windows)'

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
@for dir in *; do \
$(RM) tests.log; \
Expand Down
7 changes: 0 additions & 7 deletions regression/goto-cc-file-local/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ test:
tests.log:
@../test.pl -e -p -c '../chain.sh $(exe) ../../../src/goto-instrument/goto-instrument ../../../src/cbmc/cbmc $(is_windows)'

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
@for dir in *; do \
$(RM) tests.log; \
Expand Down
7 changes: 0 additions & 7 deletions regression/goto-cc-goto-analyzer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ tests.log:
pwd
@../test.pl -e -p -c '../chain.sh $(exe) ../../../src/goto-analyzer/goto-analyzer $(is_windows)'

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/goto-cc-multi-file/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ tests.log:
pwd
@../test.pl -e -p -c '../chain.sh $(exe) ../../../src/cbmc/cbmc $(is_windows)'

show:
@for dir in *; do \
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
7 changes: 0 additions & 7 deletions regression/goto-cc-regression-gh-issue-5380/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ test:
tests.log:
@../test.pl -e -p -c '../chain.sh $(exe) $(is_windows)'

show:
@for dir in *; do
if [ -d "$$dir" ]; then \
vim -o "$$dir/*.c" "$$dir/*.out"; \
fi; \
done;

clean:
find . -name '*.out' -execdir $(RM) '{}' \;
find . -name '*.gb' -execdir $(RM) '{}' \;
Expand Down
Loading

0 comments on commit 3a5ddc7

Please sign in to comment.