Skip to content
Snippets Groups Projects
Commit 443b0f2d authored by BenceJanosSzabo's avatar BenceJanosSzabo
Browse files

makefilegen: TPD test fix


Change-Id: I1df3ed266bff21a2666a633778b3a9267e23bf4d
Signed-off-by: default avatarBenceJanosSzabo <bence.janos.szabo@ericsson.com>
parent b216dbf9
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ BuildTpd: ...@@ -45,7 +45,7 @@ BuildTpd:
CheckTpd: BuildTpd CheckTpd: BuildTpd
if [ ! -f "./a_binDefault/Makefile" ] || [ `grep -c "EXECUTABLE = binDefault" ./a_binDefault/Makefile` -ne 1 ]; \ if [ ! -f "./a_binDefault/Makefile" ] || [ `grep -c "EXECUTABLE = binDefault" ./a_binDefault/Makefile` -ne 1 ]; \
then echo "Makefilegen required config test 58 failed: Overall verdict: fail" && exit 1; fi then echo "Makefilegen required config test 58 failed: Overall verdict: fail" && exit 1; fi
if [ ! -f "./b_binDefault/Makefile" ] || [ `grep -c "EXECUTABLE = binDefault" ./b_bin1/Makefile` -ne 1 ]; \ if [ ! -f "./b_binDefault/Makefile" ] || [ `grep -c "EXECUTABLE = binDefault" ./b_binDefault/Makefile` -ne 1 ]; \
then echo "Makefilegen required config test 58 failed: Overall verdict: fail" && exit 1; fi then echo "Makefilegen required config test 58 failed: Overall verdict: fail" && exit 1; fi
if [ ! -f "./c_bin1/Makefile" ] || [ `grep -c "EXECUTABLE = bin1" ./c_bin1/Makefile` -ne 1 ]; \ if [ ! -f "./c_bin1/Makefile" ] || [ `grep -c "EXECUTABLE = bin1" ./c_bin1/Makefile` -ne 1 ]; \
then echo "Makefilegen required config test 58 failed: Overall verdict: fail" && exit 1; fi then echo "Makefilegen required config test 58 failed: Overall verdict: fail" && exit 1; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment