opencomputeproject / HWMgmt-DeviceMgr-DeviceManager

Device Manager collects device data and notifications from each device, and make the data available on a predetermined output bus for consumers.
Apache License 2.0
23 stars 12 forks source link

Make all does nothing #5

Closed MaciejMis closed 2 years ago

MaciejMis commented 2 years ago

According to these presentations the first step in Device Manager installation is invoking make all command. Right now it is not working because it calls test target which is nonexistent in Makefile.

Reproduction:

  1. cd to Device Manager directory
  2. make all

Output: make: *** No rule to make target 'test', needed by 'all'. Stop.

taskin-ucpinar commented 2 years ago

Edgecore will fix this ASAP.

jcleung5549 commented 2 years ago

Device Manager Meeting (Mar 8) - this is a bug

JasonscHuang commented 2 years ago

I already uploaded PR #15. Please see this issue has been fixed or not.

MaciejMis commented 2 years ago

I already uploaded PR #15. Please see this issue has been fixed or not.

Yes, this issue will be resolved once PR will be merged.

MaciejMis commented 2 years ago

This issue can be closed.