Mark Pictor
bc5533bda8
test for, and use, nullptr if we have it
2015-08-03 21:37:28 -04:00
Mark Pictor
6e8cad223e
cmake 2.8.7 needs append_string, not append
2015-08-02 15:37:45 -04:00
Mark Pictor
018e7cfffc
reduce delay used in parallel test, as it appears to cause a failure.
...
TODO: rework the test to not be timing-sensitive
2015-08-02 14:53:36 -04:00
Mark Pictor
dc82923cf1
support cmake 2.8.7 since that's what travis-ci uses
2015-08-02 14:28:53 -04:00
Mark Pictor
aa967b3316
tweak includ dir logic, print path
2015-07-26 23:22:32 -04:00
Mark Pictor
17b41da525
add std::chrono test, if available use in thread test
2015-07-26 22:22:44 -04:00
Mark Pictor
135adc76c8
fix warning, improve cmake messages
2015-07-26 20:49:04 -04:00
Mark Pictor
017faa942f
make schema-specific tests work on cmake 3.x
2015-07-26 20:49:04 -04:00
Mark Pictor
85f45f38e4
debug message for appveyor
2015-07-26 15:22:24 -04:00
Mark Pictor
4129d363b0
add stepcore test for segfault in STEPattribute::set_null()
2015-05-20 20:51:14 -04:00
Mark Pictor
ba6d0a1c0c
add test and files for a p21read segfault.
...
like the 210e2 segfault, this one is probably related to SELECTs.
2015-02-16 20:58:15 -05:00
Mark Pictor
b2a8343741
fix cmake error encountered when testing is enabled and all schemas disabled
2015-02-08 14:22:27 -05:00
Mark Pictor
bfbd8df61e
minor cleanup
2014-12-26 13:34:38 -05:00
Mark Pictor
921de860b0
closer...
2014-12-26 13:34:28 -05:00
Mark Pictor
5df2f69930
inching forward on inverse attrs
2014-12-26 13:32:24 -05:00
Mark Pictor
d36d12c6d3
fix failing schema
2014-12-26 13:32:23 -05:00
Mark Pictor
9efd75ebc1
add some small schemas and a .p21; should be examined, maybe moved/simplified
2014-12-26 13:32:23 -05:00
Mark Pictor
98283dca34
more work on inverse attrs, code generation
2014-12-26 13:31:21 -05:00
Mark Pictor
4df86e5fea
schema name changed for some p21 tests - update it
2014-12-26 13:29:07 -05:00
Mark Pictor
7222c91c01
update inverse attr test 3
2014-12-26 13:26:59 -05:00
Mark Pictor
b1387b731e
improve comments, a few other small changes that don't affect behavior
2014-12-26 13:24:56 -05:00
Mark Pictor
d1062cddfa
use lazyInstMgr for inverse_attr3.cc
2014-12-26 13:21:52 -05:00
Mark Pictor
6004ba458b
remove outdated comment from inverse_attr2.cc
2014-12-26 13:21:52 -05:00
Mark Pictor
f1ee9585d1
add dependencies for tests, so tests won't fail if 'make' wasn't run before 'make test'
2014-03-01 13:49:30 -05:00
Mark Pictor
7f0a0f852f
fix tests that were broken by file name changes
2014-03-01 11:53:31 -05:00
Mark Pictor
5c021b2b7f
tests were broken because macro name changed
...
make two variables CACHE INTERNAL so that their values are available in other scopes (i.e. in test dirs)
2014-03-01 11:53:30 -05:00
Cliff Yapp
10fb7419b5
More whitespace and case tweaks
2014-03-01 11:53:30 -05:00
Cliff Yapp
44e02c957a
whitespace changes
2014-03-01 11:53:30 -05:00
Cliff Yapp
c0e74a9eef
Add CMake footer comment to CMake files
2014-02-28 22:06:09 -05:00
Mark Pictor
5fa2ebb677
schema for redeclaration and UR
2014-01-07 20:02:50 -05:00
Mark
f4369ba902
Merge pull request #280 from stepcode/review/msvc_linker_fixes
...
Review/msvc linker fixes
2013-12-30 08:18:28 -08:00
davyw
02ef60aee2
Added DEFINE_DLL_IMPORTS to add_schema_dependent_test macro.
...
Added stepcore to libraries of aggregate_bound_runtime test to fix linker error.
2013-12-29 18:23:55 +01:00
Mark Pictor
d061b146d5
makes more sense to have these schemas under test/unitary_schemas
2013-12-27 14:12:09 -05:00
Mark Pictor
9239e2865f
disable a p21read multiple inheritance test; I'm not sure whether it should pass or fail
2013-10-13 19:10:45 -04:00
Mark Pictor
d146a62a84
update tests to work with STEPattribute class changes
2013-10-12 22:21:46 -04:00
Mark Pictor
959c9bc8d5
test_inverse_attrs2 works now because of the STEPattr copy ctor fix
2013-10-09 21:31:57 -04:00
Mark Pictor
3eb5b5374f
move clstepcore cpp test dir into clstepcore
2013-10-09 21:31:57 -04:00
Cliff Yapp
5126b48e3f
Rename fedex_python and fedex_plus to exp2python and exp2cxx respectively.
2013-08-28 21:57:46 -04:00
Kesha Shah
08d5407259
Unused Variables Removed
2013-08-14 17:38:43 -04:00
Mark Pictor
c45b22aff1
tests for issue #232 : missing asterisk for derived attribute / data lost
...
schema has multiple inheritance where two attrs with same name are inherited
one is derived, the other isn't
stepcode complains that an asterisk was missing when it encounters the non-derived attr
this bug exposed by AP209 ATS files
2013-07-20 20:38:28 -04:00
Mark Pictor
c1f4835ed3
add schema with diamond inheritance
2013-07-20 20:38:28 -04:00
Mark Pictor
5fa4b17513
replace all references to SCL with SC in CMake files and code
2013-04-14 14:49:53 -04:00
Mark Pictor
a824c53a3a
fix supertypesIterator test
2013-04-13 10:11:15 -04:00
Mark
e597a3bc1d
Merge pull request #226 from stepcode/review/missing-semicolon
...
missing semicolon schema
2013-04-13 01:02:10 -07:00
Mark Pictor
ac9035e0e1
add schema to test parser for behavior with missing semicolon
...
this schema should fail
2013-04-02 18:58:29 -04:00
Mark Pictor
9e0fb442d2
if a unitary schema name begins with fail_, expect it to fail
2013-04-02 18:57:30 -04:00
Cliff Yapp
8d737980be
Run Astyle to sync file layouts
2013-03-05 22:01:45 -05:00
Cliff Yapp
133092e075
looks like this file was only in brlcad because it merged in from github, and github doesn't have it now...
2013-03-05 21:43:06 -05:00
Cliff Yapp
784363bf5f
Make a stab at merging master and brlcad. Not properly working yet, need to remove some files, etc.
2013-03-04 21:57:08 -05:00
Mark
1cac60a9a3
Merge pull request #209 from stepcode/review/scl_is_subbuild
...
fix sub-build; no problems with ctest: http://my.cdash.org/viewTest.php?buildid=383565
2012-08-24 13:28:13 -07:00