Skip to content

Commit

Permalink
add full path to sifdecoder to makemaster test
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Feb 9, 2024
1 parent c0e654b commit daaecf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/decode/makemaster
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,16 @@ test: test_unconstrained test_constrained
test_unconstrained: $(SIFDECODES)
echo ""
echo " Decode unconstrained SIF file"
cd $(SIFDECODE)/sif/ ; sifdecoder -A $(VERSION) ALLINITU
cd $(SIFDECODE)/sif/ ; \
$(SIFDECODE)/bin/sifdecoder -A $(VERSION) ALLINITU
echo ""
echo " Tests for unconstrained sifdecode complete"

test_constrained: $(SIFDECODES)
echo ""
echo " Decode unconstrained SIF file"
cd $(SIFDECODE)/sif/ ; sifdecoder -A $(VERSION) ALLINITC
cd $(SIFDECODE)/sif/ ; \
$(SIFDECODE)/bin/sifdecoder -A $(VERSION) ALLINITC
echo ""
echo " Tests for constrained sifdecode complete"

Expand Down

0 comments on commit daaecf5

Please sign in to comment.