Przeglądaj źródła

Tests: Move AK tests to Tests/AK

Brian Gianforcaro 4 lat temu
rodzic
commit
67322b0702
64 zmienionych plików z 1 dodań i 2 usunięć
  1. 0 2
      AK/CMakeLists.txt
  2. 0 0
      Tests/AK/CMakeLists.txt
  3. 0 0
      Tests/AK/TestAllOf.cpp
  4. 0 0
      Tests/AK/TestAnyOf.cpp
  5. 0 0
      Tests/AK/TestArray.cpp
  6. 0 0
      Tests/AK/TestAtomic.cpp
  7. 0 0
      Tests/AK/TestBadge.cpp
  8. 0 0
      Tests/AK/TestBase64.cpp
  9. 0 0
      Tests/AK/TestBinaryHeap.cpp
  10. 0 0
      Tests/AK/TestBinarySearch.cpp
  11. 0 0
      Tests/AK/TestBitCast.cpp
  12. 0 0
      Tests/AK/TestBitmap.cpp
  13. 0 0
      Tests/AK/TestByteBuffer.cpp
  14. 0 0
      Tests/AK/TestChecked.cpp
  15. 0 0
      Tests/AK/TestCircularDeque.cpp
  16. 0 0
      Tests/AK/TestCircularDuplexStream.cpp
  17. 0 0
      Tests/AK/TestCircularQueue.cpp
  18. 0 0
      Tests/AK/TestComplex.cpp
  19. 0 0
      Tests/AK/TestDistinctNumeric.cpp
  20. 0 0
      Tests/AK/TestDoublyLinkedList.cpp
  21. 0 0
      Tests/AK/TestEndian.cpp
  22. 0 0
      Tests/AK/TestEnumBits.cpp
  23. 0 0
      Tests/AK/TestFind.cpp
  24. 0 0
      Tests/AK/TestFormat.cpp
  25. 0 0
      Tests/AK/TestGenericLexer.cpp
  26. 0 0
      Tests/AK/TestHashFunctions.cpp
  27. 0 0
      Tests/AK/TestHashMap.cpp
  28. 0 0
      Tests/AK/TestHashTable.cpp
  29. 0 0
      Tests/AK/TestHex.cpp
  30. 0 0
      Tests/AK/TestIPv4Address.cpp
  31. 0 0
      Tests/AK/TestIndexSequence.cpp
  32. 0 0
      Tests/AK/TestIntrusiveList.cpp
  33. 0 0
      Tests/AK/TestIntrusiveRedBlackTree.cpp
  34. 0 0
      Tests/AK/TestJSON.cpp
  35. 0 0
      Tests/AK/TestLexicalPath.cpp
  36. 0 0
      Tests/AK/TestMACAddress.cpp
  37. 0 0
      Tests/AK/TestMemMem.cpp
  38. 0 0
      Tests/AK/TestMemoryStream.cpp
  39. 0 0
      Tests/AK/TestNeverDestroyed.cpp
  40. 0 0
      Tests/AK/TestNonnullRefPtr.cpp
  41. 0 0
      Tests/AK/TestNumberFormat.cpp
  42. 0 0
      Tests/AK/TestOptional.cpp
  43. 0 0
      Tests/AK/TestQueue.cpp
  44. 0 0
      Tests/AK/TestQuickSort.cpp
  45. 0 0
      Tests/AK/TestRedBlackTree.cpp
  46. 0 0
      Tests/AK/TestRefPtr.cpp
  47. 0 0
      Tests/AK/TestSinglyLinkedList.cpp
  48. 0 0
      Tests/AK/TestSourceGenerator.cpp
  49. 0 0
      Tests/AK/TestSourceLocation.cpp
  50. 0 0
      Tests/AK/TestSpan.cpp
  51. 0 0
      Tests/AK/TestString.cpp
  52. 0 0
      Tests/AK/TestStringUtils.cpp
  53. 0 0
      Tests/AK/TestStringView.cpp
  54. 0 0
      Tests/AK/TestTime.cpp
  55. 0 0
      Tests/AK/TestTrie.cpp
  56. 0 0
      Tests/AK/TestTypeTraits.cpp
  57. 0 0
      Tests/AK/TestTypedTransfer.cpp
  58. 0 0
      Tests/AK/TestURL.cpp
  59. 0 0
      Tests/AK/TestUtf8.cpp
  60. 0 0
      Tests/AK/TestVariant.cpp
  61. 0 0
      Tests/AK/TestVector.cpp
  62. 0 0
      Tests/AK/TestWeakPtr.cpp
  63. 0 0
      Tests/AK/test.frm
  64. 1 0
      Tests/CMakeLists.txt

+ 0 - 2
AK/CMakeLists.txt

@@ -1,5 +1,3 @@
 include(${CMAKE_SOURCE_DIR}/Meta/CMake/utils.cmake)
 serenity_install_headers(AK)
 serenity_install_sources(AK)
-
-add_subdirectory(Tests)

+ 0 - 0
AK/Tests/CMakeLists.txt → Tests/AK/CMakeLists.txt


+ 0 - 0
AK/Tests/TestAllOf.cpp → Tests/AK/TestAllOf.cpp


+ 0 - 0
AK/Tests/TestAnyOf.cpp → Tests/AK/TestAnyOf.cpp


+ 0 - 0
AK/Tests/TestArray.cpp → Tests/AK/TestArray.cpp


+ 0 - 0
AK/Tests/TestAtomic.cpp → Tests/AK/TestAtomic.cpp


+ 0 - 0
AK/Tests/TestBadge.cpp → Tests/AK/TestBadge.cpp


+ 0 - 0
AK/Tests/TestBase64.cpp → Tests/AK/TestBase64.cpp


+ 0 - 0
AK/Tests/TestBinaryHeap.cpp → Tests/AK/TestBinaryHeap.cpp


+ 0 - 0
AK/Tests/TestBinarySearch.cpp → Tests/AK/TestBinarySearch.cpp


+ 0 - 0
AK/Tests/TestBitCast.cpp → Tests/AK/TestBitCast.cpp


+ 0 - 0
AK/Tests/TestBitmap.cpp → Tests/AK/TestBitmap.cpp


+ 0 - 0
AK/Tests/TestByteBuffer.cpp → Tests/AK/TestByteBuffer.cpp


+ 0 - 0
AK/Tests/TestChecked.cpp → Tests/AK/TestChecked.cpp


+ 0 - 0
AK/Tests/TestCircularDeque.cpp → Tests/AK/TestCircularDeque.cpp


+ 0 - 0
AK/Tests/TestCircularDuplexStream.cpp → Tests/AK/TestCircularDuplexStream.cpp


+ 0 - 0
AK/Tests/TestCircularQueue.cpp → Tests/AK/TestCircularQueue.cpp


+ 0 - 0
AK/Tests/TestComplex.cpp → Tests/AK/TestComplex.cpp


+ 0 - 0
AK/Tests/TestDistinctNumeric.cpp → Tests/AK/TestDistinctNumeric.cpp


+ 0 - 0
AK/Tests/TestDoublyLinkedList.cpp → Tests/AK/TestDoublyLinkedList.cpp


+ 0 - 0
AK/Tests/TestEndian.cpp → Tests/AK/TestEndian.cpp


+ 0 - 0
AK/Tests/TestEnumBits.cpp → Tests/AK/TestEnumBits.cpp


+ 0 - 0
AK/Tests/TestFind.cpp → Tests/AK/TestFind.cpp


+ 0 - 0
AK/Tests/TestFormat.cpp → Tests/AK/TestFormat.cpp


+ 0 - 0
AK/Tests/TestGenericLexer.cpp → Tests/AK/TestGenericLexer.cpp


+ 0 - 0
AK/Tests/TestHashFunctions.cpp → Tests/AK/TestHashFunctions.cpp


+ 0 - 0
AK/Tests/TestHashMap.cpp → Tests/AK/TestHashMap.cpp


+ 0 - 0
AK/Tests/TestHashTable.cpp → Tests/AK/TestHashTable.cpp


+ 0 - 0
AK/Tests/TestHex.cpp → Tests/AK/TestHex.cpp


+ 0 - 0
AK/Tests/TestIPv4Address.cpp → Tests/AK/TestIPv4Address.cpp


+ 0 - 0
AK/Tests/TestIndexSequence.cpp → Tests/AK/TestIndexSequence.cpp


+ 0 - 0
AK/Tests/TestIntrusiveList.cpp → Tests/AK/TestIntrusiveList.cpp


+ 0 - 0
AK/Tests/TestIntrusiveRedBlackTree.cpp → Tests/AK/TestIntrusiveRedBlackTree.cpp


+ 0 - 0
AK/Tests/TestJSON.cpp → Tests/AK/TestJSON.cpp


+ 0 - 0
AK/Tests/TestLexicalPath.cpp → Tests/AK/TestLexicalPath.cpp


+ 0 - 0
AK/Tests/TestMACAddress.cpp → Tests/AK/TestMACAddress.cpp


+ 0 - 0
AK/Tests/TestMemMem.cpp → Tests/AK/TestMemMem.cpp


+ 0 - 0
AK/Tests/TestMemoryStream.cpp → Tests/AK/TestMemoryStream.cpp


+ 0 - 0
AK/Tests/TestNeverDestroyed.cpp → Tests/AK/TestNeverDestroyed.cpp


+ 0 - 0
AK/Tests/TestNonnullRefPtr.cpp → Tests/AK/TestNonnullRefPtr.cpp


+ 0 - 0
AK/Tests/TestNumberFormat.cpp → Tests/AK/TestNumberFormat.cpp


+ 0 - 0
AK/Tests/TestOptional.cpp → Tests/AK/TestOptional.cpp


+ 0 - 0
AK/Tests/TestQueue.cpp → Tests/AK/TestQueue.cpp


+ 0 - 0
AK/Tests/TestQuickSort.cpp → Tests/AK/TestQuickSort.cpp


+ 0 - 0
AK/Tests/TestRedBlackTree.cpp → Tests/AK/TestRedBlackTree.cpp


+ 0 - 0
AK/Tests/TestRefPtr.cpp → Tests/AK/TestRefPtr.cpp


+ 0 - 0
AK/Tests/TestSinglyLinkedList.cpp → Tests/AK/TestSinglyLinkedList.cpp


+ 0 - 0
AK/Tests/TestSourceGenerator.cpp → Tests/AK/TestSourceGenerator.cpp


+ 0 - 0
AK/Tests/TestSourceLocation.cpp → Tests/AK/TestSourceLocation.cpp


+ 0 - 0
AK/Tests/TestSpan.cpp → Tests/AK/TestSpan.cpp


+ 0 - 0
AK/Tests/TestString.cpp → Tests/AK/TestString.cpp


+ 0 - 0
AK/Tests/TestStringUtils.cpp → Tests/AK/TestStringUtils.cpp


+ 0 - 0
AK/Tests/TestStringView.cpp → Tests/AK/TestStringView.cpp


+ 0 - 0
AK/Tests/TestTime.cpp → Tests/AK/TestTime.cpp


+ 0 - 0
AK/Tests/TestTrie.cpp → Tests/AK/TestTrie.cpp


+ 0 - 0
AK/Tests/TestTypeTraits.cpp → Tests/AK/TestTypeTraits.cpp


+ 0 - 0
AK/Tests/TestTypedTransfer.cpp → Tests/AK/TestTypedTransfer.cpp


+ 0 - 0
AK/Tests/TestURL.cpp → Tests/AK/TestURL.cpp


+ 0 - 0
AK/Tests/TestUtf8.cpp → Tests/AK/TestUtf8.cpp


+ 0 - 0
AK/Tests/TestVariant.cpp → Tests/AK/TestVariant.cpp


+ 0 - 0
AK/Tests/TestVector.cpp → Tests/AK/TestVector.cpp


+ 0 - 0
AK/Tests/TestWeakPtr.cpp → Tests/AK/TestWeakPtr.cpp


+ 0 - 0
AK/Tests/test.frm → Tests/AK/test.frm


+ 1 - 0
Tests/CMakeLists.txt

@@ -1,3 +1,4 @@
+add_subdirectory(AK)
 add_subdirectory(Kernel)
 add_subdirectory(LibC)
 add_subdirectory(LibGfx)