Renaming Executor to TaskEecutor
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include <iostream>
|
||||
#include <filesystem>
|
||||
|
||||
#include "daggy/executors/ForkingExecutor.hpp"
|
||||
#include "daggy/executors/ForkingTaskExecutor.hpp"
|
||||
|
||||
#include "catch.hpp"
|
||||
|
||||
TEST_CASE("Basic Execution", "[forking_executor]") {
|
||||
daggy::executor::ForkingExecutor ex;
|
||||
daggy::executor::ForkingTaskExecutor ex;
|
||||
|
||||
SECTION("Simple Run") {
|
||||
std::vector<std::string> cmd{"/usr/bin/echo", "abc", "123"};
|
||||
|
||||
Reference in New Issue
Block a user