Configures for bazel build and test.

This commit is contained in:
2023-04-24 02:13:10 -07:00
parent 1e7c4eb726
commit 3bf43ef62a
25 changed files with 531 additions and 12 deletions

View File

@@ -7,15 +7,13 @@
#include <string>
#include <vector>
#include "test.h"
using namespace SBF;
using namespace Test;
namespace SBF {
namespace {
using std::string;
using std::to_string;
using std::vector;
} // End namespace
vector<string> word_wrap(const string& text, const size_t max_width) {