osquery-1/osquery/remote
Stefano Bonicatti 515704954c Move the test config files in their own directory
This is to have better separation between them and the python tests.
BUCK files have been updated accordingly.

Changes to the internal generateCopyFileTarget function were needed.
The function now supports a base folder to be set so that the regex or file path
is appended to that base path, without having it included in the destination.
It will also not use a library target anymore, but a custom one so
that's possible to set properties with custom names.

Use only one copy target to copy test config files instead of having
multiple that overlaps.
It may give issues when copying and tests in the end will need all of
them.
2019-12-07 20:51:09 -05:00
..
enroll Move the test config files in their own directory 2019-12-07 20:51:09 -05:00
serializers Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
tests killswitch: Remove killswitch code (#5949) 2019-10-29 19:14:35 -04:00
transports Move the test config files in their own directory 2019-12-07 20:51:09 -05:00
BUCK Fix LICENSE information on file headers (#5375) 2019-01-21 11:51:54 -08:00
CMakeLists.txt Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
http_client.cpp http_client: Handle relative redirects (#6049) 2019-11-19 00:22:41 -05:00
http_client.h http: Minor fixups to Client (#5946) 2019-10-28 10:10:08 +01:00
requests.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
requests.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
uri.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
uri.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
utility.h Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00