Skip to content

Commit

Permalink
AHHHHH
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaSTL committed Nov 2, 2023
1 parent b83a9c2 commit 80e8f0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Test/Test.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#ifdef TEST
#pragma once
#include "../Command/Command.hpp"
#include <catch2/catch_test_macros.hpp>
#include <cxxopts.hpp>
Expand Down Expand Up @@ -31,6 +31,9 @@ namespace Tests::Generators{
}
namespace Tests::Utils {

bool testSplit();

bool testToLower();

}
#endif
Expand Down
3 changes: 3 additions & 0 deletions src/Test/TestUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ifdef TEST
#include "../Utils/General.hpp"
#include <catch2/catch_test_macros.hpp>
#include <vector>
Expand Down Expand Up @@ -61,4 +62,6 @@ namespace Tests::Utils {
REQUIRE(testToLower());
}
}
#endif


0 comments on commit 80e8f0e

Please sign in to comment.