object-introspection/test
Alastair Robertson 512163f98e Integration tests: Pass config to OIL tests on the command line
Instead of using an environment variable, pass the path to the config
file as a command line argument. This makes it possible to directly
copy the command being run (as show with --verbose) and run it in a
debugger outside of the test framework.

Old verbose output:
  Running: /home/ajor/src/object-introspection3/build/test/integration/integration_test_target oil cycles_unique_ptr

New verbose output:
  Running: /home/ajor/src/object-introspection3/build/test/integration/integration_test_target oil cycles_unique_ptr /home/ajor/src/object-introspection3/build/testing.oid.toml
2023-03-22 16:57:35 +00:00
..
integration Integration tests: Pass config to OIL tests on the command line 2023-03-22 16:57:35 +00:00
ci.oid.toml folly: switch to FetchContent 2023-03-20 13:25:15 +00:00
CMakeLists.txt Initial commit 2022-12-19 06:37:51 -08:00
integration_entry_doStuff_arg0.oid Initial commit 2022-12-19 06:37:51 -08:00
integration_entry_doStuff_this.oid Initial commit 2022-12-19 06:37:51 -08:00
integration_entry_inc_arg0.oid Initial commit 2022-12-19 06:37:51 -08:00
integration_mttest.cpp Initial commit 2022-12-19 06:37:51 -08:00
integration_return_incN_arg0.oid Initial commit 2022-12-19 06:37:51 -08:00
integration_sleepy.cpp Initial commit 2022-12-19 06:37:51 -08:00
integration.py Fix remove mappings (#93) 2023-03-13 17:06:39 +00:00
Makefile Delete old files from test/ 2023-01-27 12:45:35 +00:00
mttest.h Initial commit 2022-12-19 06:37:51 -08:00
test_compiler.cpp Initial commit 2022-12-19 06:37:51 -08:00
test_parser.cpp Initial commit 2022-12-19 06:37:51 -08:00