Skip to content

Commit

Permalink
Remove now unnecessary UT_RUN_TIME_ONLY (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry authored Dec 12, 2024
1 parent 453692d commit 3f26a91
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions tests/asio_repe/asio_repe.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include "ut/ut.hpp"

using namespace ut;
Expand Down
2 changes: 0 additions & 2 deletions tests/beve_test/beve_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include <bit>
#include <bitset>
#include <chrono>
Expand Down
2 changes: 0 additions & 2 deletions tests/compare_test/compare_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include "glaze/compare/compare.hpp"

#include "glaze/compare/approx.hpp"
Expand Down
2 changes: 0 additions & 2 deletions tests/csv_test/csv_test.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#define UT_RUN_TIME_ONLY

#include <deque>
#include <map>
#include <unordered_map>
Expand Down
2 changes: 0 additions & 2 deletions tests/eigen_test/eigen_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include "glaze/ext/eigen.hpp"

#include <Eigen/Core>
Expand Down
2 changes: 0 additions & 2 deletions tests/exceptions_test/exceptions_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include "glaze/glaze_exceptions.hpp"
#include "glaze/thread/shared_async_map.hpp"
#include "glaze/thread/shared_async_vector.hpp"
Expand Down
2 changes: 0 additions & 2 deletions tests/int_parsing/int_parsing.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#define UT_RUN_TIME_ONLY

#include <deque>
#include <iostream>
#include <map>
Expand Down
2 changes: 0 additions & 2 deletions tests/json_conformance/json_conformance.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#define UT_RUN_TIME_ONLY

#include <deque>
#include <iostream>
#include <map>
Expand Down
2 changes: 0 additions & 2 deletions tests/json_performance/json_performance.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#define UT_RUN_TIME_ONLY

#include <deque>
#include <iostream>
#include <map>
Expand Down
2 changes: 0 additions & 2 deletions tests/json_reflection_test/json_reflection_test.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#define UT_RUN_TIME_ONLY

#include <deque>
#include <map>
#include <unordered_map>
Expand Down
2 changes: 0 additions & 2 deletions tests/json_test/json_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include <any>
#include <atomic>
#include <bitset>
Expand Down
2 changes: 0 additions & 2 deletions tests/json_test/jsonschema_test.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#define UT_RUN_TIME_ONLY

#include <cstdint>
#include <glaze/json.hpp>
#include <glaze/json/schema.hpp>
Expand Down
2 changes: 0 additions & 2 deletions tests/mock_json_test/mock_json_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include "glaze/compare/approx.hpp"
#include "glaze/glaze.hpp"
#include "ut/ut.hpp"
Expand Down
2 changes: 0 additions & 2 deletions tests/mustache_test/mustache_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include "glaze/mustache/mustache.hpp"

#include "glaze/glaze.hpp"
Expand Down
2 changes: 0 additions & 2 deletions tests/repe_test/repe_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include <latch>
#include <thread>

Expand Down
2 changes: 0 additions & 2 deletions tests/roundtrip/roundtrip.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include <ut/ut.hpp>

#include "glaze/glaze.hpp"
Expand Down
2 changes: 0 additions & 2 deletions tests/utility_formats/utility_formats.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Glaze Library
// For the license information refer to glaze.hpp

#define UT_RUN_TIME_ONLY

#include <ut/ut.hpp>

#include "glaze/base64/base64.hpp"
Expand Down

0 comments on commit 3f26a91

Please sign in to comment.