Revert "test suite: add rule for text files"

This reverts commit 7e41cc170b.
time-shift
Stéphane Adjemian (Charybdis) 2015-10-06 16:37:40 +02:00
parent f4e8fc74da
commit 4825745047
1 changed files with 1 additions and 3 deletions

View File

@ -464,11 +464,9 @@ TARGETS += check-octave
TEXTOUT += run_test_octave_output.txt
endif
check-local: $(TEXTOUT)
check-local: $(TARGETS) $(TEXTOUT)
@cat $(TEXTOUT)
$(TEXTOUT): $(TARGETS)
check-matlab: $(M_XFAIL_TRS_FILES) $(M_TRS_FILES)
./read_trs_files.sh "$(M_TRS_FILES)" "$(M_XFAIL_TRS_FILES)"
@echo 'Matlab Tests Done'