Move sources to a folder and change ArffFiles files to library

This commit is contained in:
2024-07-04 13:49:15 +02:00
parent 32b956a361
commit 44accc3db1
24 changed files with 69 additions and 224 deletions

View File

@@ -4,12 +4,12 @@
// SPDX - License - Identifier: MIT
// ****************************************************************
#include "gtest/gtest.h"
#include "../Metrics.h"
#include "../CPPFImdlp.h"
#include <fstream>
#include <iostream>
#include "ArffFiles.h"
#include <ArffFiles.hpp>
#include "gtest/gtest.h"
#include "Metrics.h"
#include "CPPFImdlp.h"
#define EXPECT_THROW_WITH_MESSAGE(stmt, etype, whatstring) EXPECT_THROW( \
try { \