|
|
@ -1,28 +1,27 @@ |
|
|
|
#include "test_scaffold.h"
|
|
|
|
#include "allocator.hpp"
|
|
|
|
#include "gp/array.hpp"
|
|
|
|
#include "gp/indexed_array.hpp"
|
|
|
|
#include "gp/algorithm/repeat.hpp"
|
|
|
|
#include "gp/algorithm/rotate.hpp"
|
|
|
|
#include "gp/algorithm/move.hpp"
|
|
|
|
#include "gp/allocator/aggregator.hpp"
|
|
|
|
#include "gp/allocator/arena.hpp"
|
|
|
|
#include "gp/allocator/buddy.hpp"
|
|
|
|
#include "gp/allocator/dummy.hpp"
|
|
|
|
#include "gp/algorithm/repeat.hpp"
|
|
|
|
#include "gp/algorithm/rotate.hpp"
|
|
|
|
#include "gp/algorithm/move.hpp"
|
|
|
|
#include "gp/ring_list.hpp"
|
|
|
|
#include "gp/array.hpp"
|
|
|
|
#include "gp/bitops.hpp"
|
|
|
|
#include <thread>
|
|
|
|
#include <chrono>
|
|
|
|
#include <set>
|
|
|
|
#include <stack>
|
|
|
|
#include <numeric>
|
|
|
|
#include "gp/indexed_array.hpp"
|
|
|
|
#include "gp/ring_list.hpp"
|
|
|
|
#include "test_scaffold.h";
|
|
|
|
|
|
|
|
#include <algorithm>
|
|
|
|
#include <chrono>
|
|
|
|
#include <random>
|
|
|
|
#include <fstream>
|
|
|
|
#include <iomanip>
|
|
|
|
#include <iostream>
|
|
|
|
#include <fstream>
|
|
|
|
#include <algorithm>
|
|
|
|
#include "gp/vfs/vfs.hpp"
|
|
|
|
#include <numeric>
|
|
|
|
#include <random>
|
|
|
|
#include <set>
|
|
|
|
#include <stack>
|
|
|
|
#include <thread>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|