..
1 soname
Add an installed soname unit test
8 years ago
2 testsetups
test setups: Inherit env when using a test setup
7 years ago
3 subproject defaults
Can override project option default values in subproject().
8 years ago
4 suite selection
tests: Add a test for new test suite selection.
8 years ago
5 compiler detection
tests: Fix typo in unit test code
8 years ago
6 std override
Add test for werror which is a boolean type.
8 years ago
7 run installed
Do not obliterate old rpath because it might be used due to read only data sharing. Closes #1619 .
8 years ago
9 -L -l order
tests/unit/8: Rename to 9 and add -l flags
8 years ago
10 d dedup
Failing test for -D dedupping.
8 years ago
11 build_rpath
unit tests: Test that relative install_rpath works correctly
7 years ago
12 cross prog
Permit overriding find_program from the cross file.
7 years ago
13 promote
Also promote wrap files.
7 years ago
13 reconfigure
test_reconfigure switched to b_coverage from b_lto
7 years ago
13 testsetup selection
Add some test setup selection tests.
7 years ago
14 prebuilt object
Moved prebuilt object test under unittests.
7 years ago
15 prebuilt static
Moved prebuilt static library under unit tests.
7 years ago
16 prebuilt shared
Add an rpath entry to shared libraries that are linked from the source tree.
7 years ago
17 pkgconfig static
pkgconfig deps: Warn when a static library isn't found
7 years ago
18 array option
Add new array type option
7 years ago
19 bad command line options
Fix subproject prefix handling when checking subproject option validity.
7 years ago
20 subproj dep variables
intrp: Consolidate subproject dep checking and logging
7 years ago
21 exit status
Add a test case for python exception exit status
7 years ago
21 warning location
configure_file: Add a new action 'copy'
7 years ago
22 unfound pkgconfig
Add external dependencies to pc files only if found. Closes #2911 .
7 years ago
23 compiler run_command
Allow passing a compiler object to run_command()
7 years ago
23 non-permitted kwargs
Warn if non-permitted keyword arguments are given to compiler methods
7 years ago
24 install umask
Add a unit test for install_umask.
7 years ago
24 pkgconfig usage
Add test for pkgconfig generation and usage.
7 years ago
25 ndebug if-release
Enable b_ndebug on VisualStudioCCompiler
7 years ago
26 guessed linker dependencies
ninjabackend: Try to guess library dependencies for linker invocation.
7 years ago
26 shared_mod linking
Fixing flake8
7 years ago
27 forcefallback
Don't fail on not-required not-found deps in forcefallback mode
7 years ago
28 pkgconfig use libraries
Improve generation of pkg-config files for static only libraries.
7 years ago
29 cross file overrides always args
cross: Add compiler cross_args after normal args
7 years ago
30 command line
Passing --default-library=both should override project value
7 years ago
30 mixed command line args
Tests: Add some tests for mixing -Dfoo and --foo
7 years ago
31 pkgconfig format
pkgconfig: Don't expose internal libraries in .pc files
7 years ago
32 python extmodule
python module: Move tests to test cases/unit
7 years ago