feat: remove FPS global define from libpasada
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// Created by david on 28.02.2026.
|
||||
//
|
||||
#include <gtest/gtest.h>
|
||||
#include "library.h"
|
||||
#include "iir_filter.h"
|
||||
#include "npy.hpp"
|
||||
#include <utility>
|
||||
@@ -10,16 +9,6 @@
|
||||
#include <string>
|
||||
#include <filesystem>
|
||||
|
||||
// Demonstrate some basic assertions.
|
||||
TEST(HelloTest, BasicAssertions) {
|
||||
// Expect two strings not to be equal.
|
||||
EXPECT_STRNE("hello", "world from test1.cpp");
|
||||
// Expect equality.
|
||||
EXPECT_EQ(7 * 6, 42);
|
||||
printf("asdf");
|
||||
hello();
|
||||
}
|
||||
|
||||
TEST(HelloTest, Load_npy_matrix) {
|
||||
// "C:\\Users\\david\\Documents\\src\\libpasada\\cmake-build-debug\\google-tests"
|
||||
std::cout << std::filesystem::current_path() << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user