Browse Source

add ws test boilerplate

master
Jørgen Lien Sellæg 9 years ago
parent
commit
afbe2cff39
  1. 7
      toREST/tests/ws_test.cpp

7
toREST/tests/ws_test.cpp

@ -0,0 +1,7 @@
#include <Catch/catch.hpp>
#include <ws.hpp>
SCENARIO("the test suite is working") {
REQUIRE(true);
REQUIRE_FALSE(false);
}
Loading…
Cancel
Save