ericw-tools/qbsp/test_qbsp.cc

11 lines
107 B
C++

#include "gtest/gtest.h"
#include <qbsp/qbsp.hh>
using namespace std;
TEST(qbsp, test) {
FAIL();
}