mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-01 12:25:02 +01:00
headers are now included with their library prefix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <catch2/catch_all.hpp>
|
||||
|
||||
#include "aare/CircularFifo.hpp"
|
||||
#include "aare/core/CircularFifo.hpp"
|
||||
|
||||
using aare::CircularFifo;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
#include "aare/DType.hpp"
|
||||
#include "aare/core/DType.hpp"
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
using aare::DType;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "aare/Frame.hpp"
|
||||
#include "aare/core/Frame.hpp"
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
using aare::Frame;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "aare/NDArray.hpp"
|
||||
#include "aare/core/NDArray.hpp"
|
||||
#include <array>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "aare/NDView.hpp"
|
||||
#include "aare/core/NDView.hpp"
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "aare/ProducerConsumerQueue.hpp"
|
||||
#include "aare/core/ProducerConsumerQueue.hpp"
|
||||
#include <catch2/catch_all.hpp>
|
||||
|
||||
// using arve::SimpleQueue;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "aare/defs.hpp"
|
||||
#include "aare/core/defs.hpp"
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <string>
|
||||
TEST_CASE("Enum to string conversion") {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <aare/Frame.hpp>
|
||||
#include <aare/NDView.hpp>
|
||||
#include <aare/core/Frame.hpp>
|
||||
#include <aare/core/NDView.hpp>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user