Remove libc dependency for the generated code
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <filesystem>
|
||||
|
||||
#define BOOST_PROCESS_USE_STD_FS
|
||||
@ -39,7 +38,6 @@ namespace elna
|
||||
boost::asio::readable_pipe& read_pipe);
|
||||
int run_for_output(boost::asio::io_context& context, const std::uint8_t stream_number,
|
||||
const std::filesystem::path& binary, std::initializer_list<boost::string_view> arguments);
|
||||
std::string find_object(const std::vector<std::filesystem::path>& environment, const std::string& object);
|
||||
test_status build_test(boost::asio::io_context& context, const std::filesystem::directory_entry& test_entry);
|
||||
void run_test(boost::asio::io_context& context, const std::filesystem::path& test_entry);
|
||||
void print_result(const std::filesystem::path& test_entry, const test_status& result);
|
||||
|
Reference in New Issue
Block a user