thesis version
This commit is contained in:
5
tests/executor/firstlevel/equi.cpp
Normal file
5
tests/executor/firstlevel/equi.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include <catch.hpp>
|
||||
#include "../common.h"
|
||||
|
||||
TEST_CASE("FirstLevelEqui") {
|
||||
}
|
5
tests/executor/firstlevel/greedy.cpp
Normal file
5
tests/executor/firstlevel/greedy.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include <catch.hpp>
|
||||
#include "../common.h"
|
||||
|
||||
TEST_CASE("FirstLevelGreedy") {
|
||||
}
|
5
tests/executor/firstlevel/noopti.cpp
Normal file
5
tests/executor/firstlevel/noopti.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include <catch.hpp>
|
||||
#include "../common.h"
|
||||
|
||||
TEST_CASE("FirstLevelNoOpti") {
|
||||
}
|
Reference in New Issue
Block a user