Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Sep 15, 2019
1 parent d682833 commit 396dd3e
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/test/teaserfiles/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ IRPTRANSMOGRIFIER := ../../../tools/irptransmogrifier
ICTPARSE := ../../../contributed/input-filters/ict.sh
DIFF := diff -w

#TRANSMOGRIFY=generate
TRANSMOGRIFY=decodeNamed

# No decodes. This file is serial date
#$TRANSMOGRIFY Airboard.ict

NORMAL_TESTS := \
Aiwa2_Aiwa \
Aiwa_left \
Expand Down Expand Up @@ -181,31 +175,13 @@ mitsubishi \
unknownA \
velodyne


TARGETS := $(foreach f,$(NORMAL_TESTS),$(f).diff)

default: $(TARGETS)

# function generate {
# $IRPTRANSMOGRIFIER --tsv $2 $3 $4 $5 decode --recursive --namedinput "$1" > "$1".exp
# }

# function decodeNamed {
# echo $1
# $ICTPARSE "$1" | $IRPTRANSMOGRIFIER --tsv $2 $3 $4 $5 decode --recursive --namedinput - | tee "$1.log" | diff -w - "$1".exp
# }

#%.diff: %.out %.ict.exp
# $(DIFF) $*.out $*.ict.exp

%.diff: %.out | %.exp
-$(DIFF) "$*.out" "$*.exp" > "$@"


# if $(DIFF) "$*.out" "$*.exp" > "$@" ; then \
# rm -f "$@" ; \
# fi

CanalSat-%.out: CanalSat-%.txt
$(IRPTRANSMOGRIFIER) --frequencytolerance -1 --out "$@" --tsv decode --recursive --namedinput "$<"

Expand Down

0 comments on commit 396dd3e

Please sign in to comment.