// Copyright (C) 2019 Storj Labs, Inc. // See LICENSE for copying information. #include #include #include "require.h" #include "uplink.h" #include "helpers.h" void handle_project(ProjectRef project) {}; int main(int argc, char *argv[]) { with_test_project(&handle_project); }