p4lang / p4c-bm

Generates the JSON configuration for the behavioral-model (bmv2), as well as the C/C++ PD code
Apache License 2.0
24 stars 29 forks source link

Use root correctly in the setup.py install hook #78

Closed antoninbas closed 7 years ago

antoninbas commented 7 years ago

When hard-coding the library installation path in the scripts, we need to make sure to remove the root from it, to keep only the prefix.

codecov-io commented 7 years ago

Current coverage is 97.01% (diff: 100%)

Merging #78 into master will not change coverage

@@             master        #78   diff @@
==========================================
  Files            10         10          
  Lines          1607       1607          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1559       1559          
  Misses           48         48          
  Partials          0          0          

Powered by Codecov. Last update 920a82f...138177c