Run cmake-init and setup flake.nix and default.nix
This commit is contained in:
8
test/source/ec-controller_test.cpp
Normal file
8
test/source/ec-controller_test.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "lib.hpp"
|
||||
|
||||
auto main() -> int
|
||||
{
|
||||
auto const lib = library {};
|
||||
|
||||
return lib.name == "ec-controller" ? 0 : 1;
|
||||
}
|
||||
Reference in New Issue
Block a user