Improve test macro.

Add include guards to the test header.
This commit is contained in:
Matt Williams
2010-02-26 16:11:13 +00:00
parent 6a828ec244
commit 7597b56620
3 changed files with 9 additions and 3 deletions

View File

@ -23,8 +23,9 @@ freely, subject to the following restrictions:
#include "testvolume.h"
#include <Volume.h>
#include <QtTest>
#include "Volume.h"
using namespace PolyVox;