Revert "Revert "test suite: add rule for text files""

This reverts commit 4825745047.
time-shift
Stéphane Adjemian (Charybdis) 2015-10-08 23:20:35 +02:00
parent 6396794b5b
commit bf51be7efd
1 changed files with 3 additions and 1 deletions

View File

@ -465,9 +465,11 @@ TARGETS += check-octave
TEXTOUT += run_test_octave_output.txt
endif
check-local: $(TARGETS) $(TEXTOUT)
check-local: $(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'