Brad Davis
e81d2809c1
Fix unit testing setup
2018-05-17 15:05:40 -07:00
Brad Davis
e9dc3c650b
Breakup building and testing
2018-05-09 13:20:47 -07:00
Howard Stearns
61e521bc63
Fix build (and remove unneeded test file).
2016-02-08 09:33:32 -08:00
Stephen Birarda
8d0478dbef
remove ALL_TEST_TARGETS debug
2016-01-04 16:03:40 -08:00
Seth Alves
695ffa29c7
call setup_memory_debugger from common macros rather than from every CMakeLists.txt file
2015-08-26 11:09:59 -07:00
Seth Alves
c25082d86f
use -fsanitize=address in all code rather than just the top-level links
2015-08-20 10:14:16 -07:00
Andrew Meadows
cae77cfd76
move GLMTestUtils.h where all tests can find it
2015-08-12 13:51:40 -07:00
Seiji Emery
a48adf5ce5
Cleanup + formatting
2015-06-30 14:12:58 -07:00
Seiji Emery
b47cb76e3c
Removed all-tests from ALL_BUILD
...
temp-fix for broken builds
2015-06-26 15:44:15 -07:00
Seiji Emery
3bddfc58e9
debug
2015-06-26 14:16:12 -07:00
Seiji Emery
5d5b4dd2f4
...
2015-06-26 13:52:12 -07:00
Seiji Emery
39a6a39f4d
bugfix
...
should fix the build…
2015-06-26 13:48:48 -07:00
Seiji Emery
e81b0a3c3a
Fixed tests for ALL_BUILD
...
Fixed physics tests, disabled out-of-date octree tests, and renamed /
added QTestExtensions to the tests folder (IDE view).
ALL_BUILD will now succeed.
2015-06-26 13:31:31 -07:00
Seiji Emery
d75f3b1398
Fixed test target dependencies (which were not getting added into the *-tests build targets)
2015-06-20 11:49:26 -07:00
Seiji Emery
64922ecc62
Setup cmake build files for QtTest-based unit tests.
2015-06-19 21:39:34 -07:00
Brad Davis
54f2774d2e
Organize projects into folders for IDEs that support it
2015-03-19 15:45:11 -07:00
MarcelEdward
95cab15864
the command:
...
cmake . -GXcode
creates a CMakeFiles direcory in the test directory, causing the creation of the xcode files to fail with an the source directory does not contain a CMakeList.txt file.
This patch updates the CMakeList.txt file in the test directory to ignore that created dir.
2014-09-03 16:34:23 +02:00
Stephen Birarda
2796f71419
library cleanup to suppress warnings on cmake 3.0
2014-07-30 15:06:15 -07:00
Stephen Birarda
628f91cd73
complete quoting of varous Cmake commands, closes #1999
2014-03-03 12:15:05 -08:00
Andrzej Kapolka
524ceb4ed2
Working on tests for datagram sequencing, added autogenerated ==/!= operators
...
to mtc.
2014-02-09 16:26:53 -08:00