Skip to content

Commit

Permalink
Update Makefile of example test case
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-esa authored Sep 5, 2024
1 parent e3fed24 commit 792d1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/examples/calculate_crc2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $(info ${PATH})
all: cTest adaTest

cTest:
asn1scc -c -ACN -atc -o c_out/ a.a* && (cd c_out/ ; make coverage; cd ..)
asn1scc -if Acn_Dec_Int_PositiveInteger_ConstSize -if Acn_Enc_Int_PositiveInteger_ConstSize -c -ACN -atc -o c_out/ a.a* && (cd c_out/ ; make coverage; cd ..)

adaTest:
asn1scc -Ada -ACN -atc -o a_out/ a.a* && (cd a_out/ ; make coverage; cd ..)
Expand Down

0 comments on commit 792d1f1

Please sign in to comment.