| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ | |
|
|
||
| #include "src/stdio/fscanf.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| #include <errno.h> | ||
| #include <stdio.h> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| #include "src/stdio/putc.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| #include <errno.h> | ||
| #include <stdio.h> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,6 @@ | |
|
|
||
| #include "src/stdlib/atoi.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| ATOI_TEST(Atoi, __llvm_libc::atoi) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,6 @@ | |
|
|
||
| #include "src/stdlib/atol.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| ATOI_TEST(Atol, __llvm_libc::atol) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,6 @@ | |
|
|
||
| #include "src/stdlib/atoll.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| ATOI_TEST(Atoll, __llvm_libc::atoll) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
|
|
||
| #include "src/stdlib/bsearch.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| #include <stdlib.h> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
|
|
||
| #include "src/stdlib/qsort.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| #include <stdlib.h> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
|
|
||
| #include "src/stdlib/strtol.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| #include "StrtolTest.h" | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
|
|
||
| #include "src/stdlib/strtoll.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| #include "StrtolTest.h" | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
|
|
||
| #include "src/stdlib/strtoul.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| #include "StrtolTest.h" | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
|
|
||
| #include "src/stdlib/strtoull.h" | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| #include "StrtolTest.h" | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
|
|
||
| #include <time.h> | ||
|
|
||
| #include "test/UnitTest/Test.h" | ||
|
|
||
| namespace __llvm_libc { | ||
| namespace tmmatcher { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,2 @@ | ||
| add_subdirectory(MPFRWrapper) | ||
| add_subdirectory(testutils) | ||