Skip to content

diocorreia/powertask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerTask - A Simple Energy Aware Task Scheduler

Line Coverage Branch Coverage

Warning

This library is still under development.

How to test

  • Install dependencies: CMake, GCC and CppUTest

  • Create a build directory:

mkdir build
  • Inside that directory, run CMake in order to produce the Makefiles:
cd build
cmake ..
  • Build the tests. Calling make will build all the existing tests.
make
  • Run the test:
./tests/[module_under_test]/test_[module_component]

e.g.

./tests/scheduler/test_scheduler

About

A Simple Energy Aware Task Scheduler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published