mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-19 10:30:02 +02:00
test
This commit is contained in:
parent
45dc48721e
commit
c4ea181811
5
tests/include/tests/testenum.h
Normal file
5
tests/include/tests/testenum.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
enum class func_id{read_data, read_int};
|
||||
constexpr size_t MB = 1048576;
|
||||
constexpr size_t DATA_SIZE = 50*MB;
|
Loading…
x
Reference in New Issue
Block a user