diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/src/TestAlgo.c (renamed from test/src/testalgo.c) | 4 | ||||
| -rw-r--r-- | test/src/TestFile.c (renamed from test/src/testfile.c) | 4 | ||||
| -rw-r--r-- | test/src/TestHashmap.c (renamed from test/src/testhashmap.c) | 4 | ||||
| -rw-r--r-- | test/src/TestMath.c (renamed from test/src/testmath.c) | 4 | ||||
| -rw-r--r-- | test/src/TestQueue.c (renamed from test/src/testqueue.c) | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/test/src/testalgo.c b/test/src/TestAlgo.c index 63c1879..b330ee7 100644 --- a/test/src/testalgo.c +++ b/test/src/TestAlgo.c @@ -1,5 +1,5 @@ -#include <bh/algo.h> -#include <bh/unit.h> +#include <BH/Algo.h> +#include <BH/Unit.h> #include <string.h> #include <stdlib.h> diff --git a/test/src/testfile.c b/test/src/TestFile.c index 194b52a..8fae14c 100644 --- a/test/src/testfile.c +++ b/test/src/TestFile.c @@ -1,5 +1,5 @@ -#include <bh/unit.h> -#include <bh/io.h> +#include <BH/IO.h> +#include <BH/Unit.h> #include <string.h> diff --git a/test/src/testhashmap.c b/test/src/TestHashmap.c index 88b7396..da73e4b 100644 --- a/test/src/testhashmap.c +++ b/test/src/TestHashmap.c @@ -1,5 +1,5 @@ -#include <bh/hashmap.h> -#include <bh/unit.h> +#include <BH/Hashmap.h> +#include <BH/Unit.h> static size_t DBG_PtrIntHash(const void *ptr) diff --git a/test/src/testmath.c b/test/src/TestMath.c index e41f726..e03ca96 100644 --- a/test/src/testmath.c +++ b/test/src/TestMath.c @@ -1,5 +1,5 @@ -#include <bh/math.h> -#include <bh/unit.h> +#include <BH/Math.h> +#include <BH/Unit.h> #define ACCEPTABLE_DELTA 0.0001f diff --git a/test/src/testqueue.c b/test/src/TestQueue.c index edeb75c..8f1fc75 100644 --- a/test/src/testqueue.c +++ b/test/src/TestQueue.c @@ -1,5 +1,5 @@ -#include <bh/queue.h> -#include <bh/unit.h> +#include <BH/Queue.h> +#include <BH/Unit.h> static int NewFree(void) |
