Browse Source

add boost_ut (#1828)

* Revert "add ut"

This reverts commit 52c527a2eab4af860a47b6c76fd632df0689e655.

* add boost_ut
star9029 2 years ago
parent
commit
1342f3d21e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/b/boost_ut/xmake.lua

+ 1 - 1
packages/u/ut/xmake.lua → packages/b/boost_ut/xmake.lua

@@ -1,4 +1,4 @@
-package("ut")
+package("boost_ut")
     set_kind("library", {headeronly = true})
     set_kind("library", {headeronly = true})
     set_homepage("https://boost-ext.github.io/ut/")
     set_homepage("https://boost-ext.github.io/ut/")
     set_description("UT: C++20 μ(micro)/Unit Testing Framework")
     set_description("UT: C++20 μ(micro)/Unit Testing Framework")