mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
created build pipeline to allow unit testing
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "Set.cpp"
|
||||
#include "LazyList.cpp"
|
||||
#include "FineList.cpp"
|
||||
#include "OptimisticList.cpp"
|
||||
#include <lib/Set.cpp>
|
||||
#include <lib/LazyList.cpp>
|
||||
#include <lib/FineList.cpp>
|
||||
#include <lib/OptimisticList.cpp>
|
||||
|
||||
using namespace std::chrono;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user