68 Commits

Author SHA1 Message Date
Steve
e8d0d0e83f Merge pull request #83 from jonsteingass/FunctionalTests
Functional tests
2018-12-10 14:49:39 -05:00
jonathan steingass
8fc5b5edd1 updated documentation 2018-11-29 10:01:45 -05:00
jonathan steingass
5718e2e53f removed unused file 2018-11-28 12:39:54 -05:00
jonathan steingass
3f8d1453b1 init functional utilities 2018-11-28 12:37:31 -05:00
Jon
1974474438 removed redundant air vehicle state 2018-10-17 09:38:01 -04:00
Jon
37d7eb002b moved vehicle configs to common messages 2018-10-17 09:31:07 -04:00
Jon
524e7307eb added task tests 2018-10-17 08:56:32 -04:00
derekkingston
274e951be0 Complete namespace used for VisiLibity test 2018-07-31 18:42:56 -04:00
Derek Kingston
583412f8f4 Enabled printing of error logs during continuous integration 2018-07-30 09:57:39 -04:00
Derek Kingston
dab13734f1 Full namespace for boost geometry 2018-07-25 17:41:55 -04:00
amanda.cinnamon
b2257cedea Additional VisiLibity test for invalid polygons, and some code clean-up/documentation for VisiLibity test and test reports 2018-07-24 14:11:28 -04:00
amanda.cinnamon
f7c2d72d4c Fixes to boost polygon union function to pass additional tests 2018-07-21 15:11:34 -04:00
amanda.cinnamon
fe11436f1f Merge branch 'develop' of https://repos.vdl.afrl.af.mil/gitlab/tcas-uxas/OpenUxAS_Mirror into develop
started out with OpenUxAS repo from github, switching origin to gitlab repo
2018-07-19 22:29:47 -04:00
ACinnamon
0e43ffa552 Improvements to boost merge and associated tests 2018-07-05 11:48:22 -04:00
ACinnamon
8d597d038a Initial implementation of boost union function to replace OpenGL algorithm 2018-06-22 12:31:07 -04:00
ACinnamon
7c4f95a9ec Additional test cases to VisiLibity test and updates to test reporting 2018-06-18 13:30:23 -04:00
ACinnamon
dc8e8e3f51 Initial Visilibity test for polygon merge 2018-06-17 14:34:36 -04:00
Colin AE. Taylor
68e5c0fe82 [Tests] AngledAreaSearchTask sends three more routePlanRequests.
Three more routePlanRequests for checking 4 corners instead of 1.
2018-05-17 14:19:41 -04:00
derek.kingston
6c0905936a [Validator] ensure that every request gets a response (inc error)
(cherry picked from commit ee5a4f31f4aa27855d8d773cd2a7d71eeceec7b9)
2018-05-01 14:36:01 -04:00
Adam C. Foltzer
5a00f67999 bring back the gtest wrap
Meson is supposed to have built-in magic about the gtest dependency,
but it doesn't seem to work consistently.
2018-02-09 10:04:08 -08:00
Adam C. Foltzer
b347b561d2 fully support offline builds, and improve Meson files
The main work of this patch is to allow any dependency which
previously used a wrap file to also check for a suitable
system-provided dependency. In most cases, Meson will query
`pkg-config` for the dependency, but there are some exceptions for
dependencies with non-standard packaging like cppzmq and SQLiteCpp.

This patch also contains some elimination of redundancies between the
various `meson.build` files, particularly around how we specify
`cpp_args` for the sub-libraries.
2018-02-02 13:01:41 -08:00
Adam C. Foltzer
fadeef4c22 clean up some "works on my machine issues"
Some dependencies are hidden when one's development machine has a
system-managed copy of a library also installed.

This patch also begins reunifying the library build infrastructure.
2018-01-31 15:36:47 -08:00
Adam C. Foltzer
1fad95b3b9 Switch 3rd libraries to the Meson dependency abstraction
This is a necessary first step to supporting the offline build
pattern. As of this commit, though, that way of building is not supported.
2018-01-31 12:02:42 -08:00
Adam C. Foltzer
928fc2814a Fix attempt to get non-existent gtest lib variable
Former-commit-id: fd079fc90d4eb75e5b168b20fed6f257b5e08fb7
2018-01-24 14:25:53 -08:00
steve
bb4d2956b4 - fixed problems after merge 2018-01-12 15:21:49 -05:00