Skip to content

Commit

Permalink
♻️ Refactor tests (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaliaLabor authored Dec 4, 2024
1 parent d9a990b commit e391685
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions tests/iot.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
#include <boost/ut.hpp>

namespace hal::iot {
void iot_test()
{
boost::ut::suite iot_test = [] {
using namespace boost::ut;
using namespace std::literals;

Expand Down
2 changes: 0 additions & 2 deletions tests/main.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
// limitations under the License.

namespace hal::iot {
extern void iot_test();
} // namespace hal::iot

int main()
{
hal::iot::iot_test();
}

0 comments on commit e391685

Please sign in to comment.